diff --git a/.eslintignore b/.eslintignore index e6529fc..ba587c1 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ build/*.js src/assets public dist +*vue \ No newline at end of file diff --git a/package.json b/package.json index e209125..2f1504c 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "nprogress": "0.2.0", "path-to-regexp": "2.4.0", "qs": "^6.9.1", + "sass": "1.32.12", "screenfull": "4.2.0", "sortablejs": "1.8.4", "vue": "2.6.10", @@ -84,7 +85,6 @@ "lint-staged": "^11.1.2", "plop": "^2.7.4", "runjs": "^4.1.3", - "sass": "^1.26.10", "sass-loader": "^7.1.0", "script-ext-html-webpack-plugin": "2.1.3", "script-loader": "0.7.2", diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index eb9972d..e504969 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -6,7 +6,7 @@ class="hamburger-container" @toggleClick="toggleSideBar" /> - + - + - - - - + + 全选 +
+ + {{ items.name }} + +
- +
+ @@ -48,9 +43,6 @@ -