mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
🔱: [client] sync upgrade with 3 commits [trident-sync]
build: publish success chore:
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.20.2](https://github.com/fast-crud/fast-crud/compare/v1.20.1...v1.20.2) (2024-03-21)
|
||||
|
||||
**Note:** Version bump only for package @fast-crud/fs-admin-antdv
|
||||
|
||||
## [1.20.1](https://github.com/fast-crud/fast-crud/compare/v1.20.0...v1.20.1) (2024-02-27)
|
||||
|
||||
**Note:** Version bump only for package @fast-crud/fs-admin-antdv
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fast-crud/fs-admin-antdv",
|
||||
"version": "1.20.1",
|
||||
"version": "1.20.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -26,10 +26,10 @@
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@aws-sdk/client-s3": "^3.383.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.383.0",
|
||||
"@fast-crud/fast-crud": "^1.20.1",
|
||||
"@fast-crud/fast-extends": "^1.20.1",
|
||||
"@fast-crud/ui-antdv": "^1.20.1",
|
||||
"@fast-crud/ui-interface": "^1.20.1",
|
||||
"@fast-crud/fast-crud": "^1.20.2",
|
||||
"@fast-crud/fast-extends": "^1.20.2",
|
||||
"@fast-crud/ui-antdv": "^1.20.2",
|
||||
"@fast-crud/ui-interface": "^1.20.2",
|
||||
"@iconify/iconify": "^3.1.1",
|
||||
"@iconify/json": "^2.2.98",
|
||||
"@iconify/vue": "^4.1.1",
|
||||
|
||||
@@ -8,9 +8,11 @@
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
// eslint-disable-next-line vue/multi-word-component-names
|
||||
name: "Exception404",
|
||||
methods: {
|
||||
toHome() {
|
||||
//@ts-ignore
|
||||
this.$router.push({ path: "/" });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user