升级 vue 3.2.29
This commit is contained in:
parent
e20c809c0d
commit
35bfd3db0c
@ -99,6 +99,24 @@ export default {
|
|||||||
path: '/zh-CN/guide/member',
|
path: '/zh-CN/guide/member',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
title: '高级',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
title: '语言',
|
||||||
|
subTitle: 'lang',
|
||||||
|
path: '/zh-CN/guide/lang',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
title: '主题',
|
||||||
|
subTitle: 'theme',
|
||||||
|
path: '/zh-CN/guide/theme',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
"async-validator": "^4.0.7",
|
"async-validator": "^4.0.7",
|
||||||
"countup.js": "^2.0.8",
|
"countup.js": "^2.0.8",
|
||||||
"evtd": "^0.2.3",
|
"evtd": "^0.2.3",
|
||||||
"vue": "^3.2.27",
|
"vue": "^3.2.29",
|
||||||
"vue-router": "^4.0.12"
|
"vue-router": "^4.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -51,8 +51,8 @@
|
|||||||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||||
"@typescript-eslint/parser": "^5.8.0",
|
"@typescript-eslint/parser": "^5.8.0",
|
||||||
"@vitejs/plugin-vue": "^1.9.3",
|
"@vitejs/plugin-vue": "^1.9.3",
|
||||||
"@vue/compiler-sfc": "^3.2.27",
|
"@vue/compiler-sfc": "^3.2.29",
|
||||||
"@vue/server-renderer": "^3.2.27",
|
"@vue/server-renderer": "^3.2.29",
|
||||||
"commitizen": "^4.2.4",
|
"commitizen": "^4.2.4",
|
||||||
"cz-conventional-changelog": "3.3.0",
|
"cz-conventional-changelog": "3.3.0",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
|
@ -15,6 +15,7 @@ import {
|
|||||||
} from "vue";
|
} from "vue";
|
||||||
import { Recordable } from "../../types";
|
import { Recordable } from "../../types";
|
||||||
import { guid } from "../../utils/guidUtil";
|
import { guid } from "../../utils/guidUtil";
|
||||||
|
import LayCheckbox from "../checkbox";
|
||||||
import "./index.less";
|
import "./index.less";
|
||||||
|
|
||||||
const tableId = guid();
|
const tableId = guid();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user