Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
fe5a9e71
Unverified
Commit
fe5a9e71
authored
Feb 14, 2019
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add docs
parent
08136327
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
README.md
README.md
+1
-1
multi-tabs.md
docs/multi-tabs.md
+21
-0
No files found.
README.md
View file @
fe5a9e71
...
...
@@ -129,7 +129,7 @@ yarn run lint
-
[
ANTD 默认配置项
](
https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultSettings.js
)
-
[
按需加载/减少打包大小
](
https://github.com/sendya/ant-design-pro-vue/blob/master/docs/load-on-demand.md
)
-
[
为首屏增加 Loading 动画
](
https://github.com/sendya/ant-design-pro-vue/blob/master/docs/add-page-loading-animate.md
)
-
[
多标签页组件 feature/multi-tabs
](
https://github.com/sendya/ant-design-pro-vue/tree/feature/multi-tabs
)
-
[
多标签页组件 feature/multi-tabs
](
https://github.com/sendya/ant-design-pro-vue/tree/feature/multi-tabs
)
[
如何移除
]
(https://github.com/sendya/ant-design-pro-vue/blob/master/docs/multi-tabs.md)
-
[
按需加载用例 feature/demand_load
](
https://github.com/sendya/ant-design-pro-vue/tree/feature/demand_load
)
-
[
多语言使用案例 feature/lang
](
https://github.com/sendya/ant-design-pro-vue/tree/feature/lang
)
[
@musnow
]
(https://github.com/musnow) 提供
-
[
为项目增加依赖项分析工具 analyzer
](
https://github.com/sendya/ant-design-pro-vue/blob/master/docs/webpack-bundle-analyzer.md
)
...
...
docs/multi-tabs.md
0 → 100644
View file @
fe5a9e71
多(页签)标签 模式
====
## 让框架支持打开的页面增加多标签,可随时切换
### 关于如何移除该功能 组件
1.
移除
`/src/components/layouts/BasicLayout.vue`
L3, L12, L19
```vue
<multi-tab v-if="$store.getters.multiTab"></multi-tab>
```
2.
移除
`/src/config/defaultSettings.js`
L25
3.
移除
`src/store/modules/app.js`
L27, L76-L79, L118-L120
4.
移除
`src/utils/mixin.js`
L21
5.
删除组件目录
`src/components/MultiTab`
> 以上 `L x` 均代表行N ,如 L3 = 行3
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment