You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
641 B
641 B
多(页签)标签 模式
让框架支持打开的页面增加多标签,可随时切换
关于如何移除该功能 组件
-
移除
/src/layouts/BasicLayout.vueL44, L69, L80// L44 <multi-tab v-if="multiTab"></multi-tab> // L69 import MultiTab from '@/components/MultiTab' // L80 MultiTab, -
移除
/src/config/defaultSettings.jsL25 -
移除
src/store/modules/app.jsL27, L76-L79, L118-L120 -
移除
src/utils/mixin.jsL21 -
删除组件目录
src/components/MultiTab
以上
L x均代表行N ,如 L3 = 行3