Commit 9d553a2b81dc45c7cf83738008aa3fa74a9b67bf

Authored by zhigang.li
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 11 </component>
12 12 </template>
13 13 <script>
14   -import { scrollTop, findComponentDownward, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist';
  14 +import { scrollTop, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist';
15 15 import { on, off } from '../../utils/dom';
16 16 export default {
17 17 name: 'Anchor',
... ... @@ -171,7 +171,7 @@ export default {
171 171 this.handleHashChange();
172 172 this.$nextTick(() => {
173 173 this.handleScrollTo();
174   - })
  174 + });
175 175 },
176 176 container () {
177 177 this.init();
... ...