Skip to content

Commit 39c9e84

Browse files
authored
core 调整项目结构性东西 (#161)
core 调整项目结构性东西
2 parents 248702f + 34aba51 commit 39c9e84

File tree

23 files changed

+436
-136
lines changed

23 files changed

+436
-136
lines changed

package-lock.json

Lines changed: 66 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"fastscan": "^1.0.4",
2121
"good-storage": "^1.1.0",
2222
"js-cookie": "^2.2.0",
23+
"lodash": "^4.17.11",
2324
"screenfull": "^4.2.0",
2425
"vue": "^2.6.8",
2526
"vue-awesome-swiper": "^3.1.3",
File renamed without changes.

src/components/layout/ReuseTab.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ export default {
156156
this.histories = [...this.histories]
157157
},
158158
},
159-
directives: {
160-
ripple,
161-
},
162159
}
163160
</script>
164161

0 commit comments

Comments
 (0)