-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathtags.json
38 lines (37 loc) · 1.19 KB
/
tags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"router-tab": {
"attributes": [
"tabs",
"restore",
"default-page",
"tab-transition",
"page-transition",
"page-scroller",
"contextmenu",
"dragsort",
"append",
"keep-last-tab",
"keep-alive",
"max-alive",
"reuse",
"i18n",
"lang",
"@iframe-mounted",
"@iframe-loaded"
],
"description": "Vue.js tab components, based on Vue Router.\n\r👨💻 GitHub: https://github.com/bhuh12/vue-router-tab \n\r📝 Documentation: https://bhuh12.github.io/vue-router-tab/ \n\r📺 Online Demo: https://bhuh12.github.io/vue-router-tab/demo/ \n\r\n\rVue Router Tab 是基于 Vue Router 的路由页签组件,用来实现多页签页面的管理。\n\r🦄 Gitee: https://gitee.com/bhuh12/vue-router-tab \n\r📝 文档: https://bhuh12.gitee.io/vue-router-tab/zh/ \n\r📺 演示: https://bhuh12.gitee.io/vue-router-tab/demo/"
},
"router-alive": {
"attributes": [
"keep-alive",
"max",
"reuse",
"page-class",
"page-scroller",
"transition",
"@ready",
"@change"
],
"description": "Route cache component of Vue.js.\n\r\n\rVue.js 的路由缓存组件。"
}
}