+2
-2
| { | ||
| "name": "elsass", | ||
| "version": "0.1.23", | ||
| "version": "0.1.24", | ||
| "description": "A UI component library based on Vue2.0", | ||
@@ -22,3 +22,3 @@ "main": "./src/main.js", | ||
| "eslint-plugin-promise": "^4.2.1", | ||
| "iview": "3.4.2", | ||
| "iview": "^3.4.2", | ||
| "store": "^2.0.12", | ||
@@ -25,0 +25,0 @@ "vue": "2.6.10", |
@@ -14,2 +14,3 @@ <template> | ||
| :accordion="accordion" | ||
| :width="width" | ||
| :class="`${menuClass} r-collapse-menu`"> | ||
@@ -210,3 +211,5 @@ <template v-for="item in menuList"> | ||
| // 这里不能取路由的,有可能里面不止路由的链接(或者格式和路由不同) | ||
| return this.menuList.map(item => item.name).filter(item => item !== name) | ||
| // return this.menuList.map(item => item.name).filter(item => item !== name) | ||
| // 暂时不支持设置 | ||
| return this.openNames | ||
| }, | ||
@@ -213,0 +216,0 @@ updateOpenName (name) { |
@@ -111,3 +111,3 @@ @import 'main' | ||
| body | ||
| font-family: $font-family!important | ||
| font-family: $font-family | ||
@@ -114,0 +114,0 @@ .box,.box3 |
326361
0.02%+ Added
+ Added
- Removed
- Removed
Updated