jee4a
Results
1
issues of
jee4a
增加tagsView功能步骤: 1,从vue-element-admin复制文件: vue-admin-template\srclayout\components\TagsView.vue vue-admin-template\srcstore\modules\tagsView.js vue-admin-template\src\components\ScrollPane 文件夹 vue-admin-template\static 文件夹 vue-admin-template\src\lang 文件夹 vue-admin-template\src\utils\i18n.js 2,修改 vue-admin-template\src\layout\components\AppMain.vueAppMain.vue文件,新增以下内容: ``` ``` ``` export default { name: 'AppMain', computed: { cachedViews() { return this.$store.state.tagsView.cachedViews }/*, key() {...