Commit 9d553a2b81dc45c7cf83738008aa3fa74a9b67bf
1 parent
2c68755a
update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/anchor/anchor.vue
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | </component> | 11 | </component> |
12 | </template> | 12 | </template> |
13 | <script> | 13 | <script> |
14 | -import { scrollTop, findComponentDownward, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist'; | 14 | +import { scrollTop, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist'; |
15 | import { on, off } from '../../utils/dom'; | 15 | import { on, off } from '../../utils/dom'; |
16 | export default { | 16 | export default { |
17 | name: 'Anchor', | 17 | name: 'Anchor', |
@@ -171,7 +171,7 @@ export default { | @@ -171,7 +171,7 @@ export default { | ||
171 | this.handleHashChange(); | 171 | this.handleHashChange(); |
172 | this.$nextTick(() => { | 172 | this.$nextTick(() => { |
173 | this.handleScrollTo(); | 173 | this.handleScrollTo(); |
174 | - }) | 174 | + }); |
175 | }, | 175 | }, |
176 | container () { | 176 | container () { |
177 | this.init(); | 177 | this.init(); |