chore: 🔨 修改项目版本号2.6.7
This commit is contained in:
parent
0565b99f8d
commit
1bf8c3c172
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vue3-element-admin",
|
||||
"private": true,
|
||||
"version": "2.6.6",
|
||||
"version": "2.6.7",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"dev": "vite serve --mode development",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ interface DefaultSettings {
|
|||
|
||||
const defaultSettings: DefaultSettings = {
|
||||
title: "vue3-element-admin",
|
||||
version: "v2.6.6",
|
||||
version: "v2.6.7",
|
||||
showSettings: true,
|
||||
tagsView: true,
|
||||
fixedHeader: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue