升级ui vue3版本

This commit is contained in:
吕金泽
2022-03-05 10:42:10 +08:00
parent 4b2134065e
commit 8b8095b91a
367 changed files with 135973 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import { reactive, ref } from 'vue'
export default {
title: 'Magic Boot',
user: {
token: '',
authorities: [],
info: {},
permissionRoutes: []
},
filePrefix: '',
visitedViews: reactive([]),
tabValue: ref('')
}