update
This commit is contained in:
parent
2c68755aa5
commit
9d553a2b81
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
</component>
|
||||
</template>
|
||||
<script>
|
||||
import { scrollTop, findComponentDownward, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist';
|
||||
import { scrollTop, findComponentsDownward, sharpMatcherRegx } from '../../utils/assist';
|
||||
import { on, off } from '../../utils/dom';
|
||||
export default {
|
||||
name: 'Anchor',
|
||||
|
@ -171,7 +171,7 @@ export default {
|
|||
this.handleHashChange();
|
||||
this.$nextTick(() => {
|
||||
this.handleScrollTo();
|
||||
})
|
||||
});
|
||||
},
|
||||
container () {
|
||||
this.init();
|
||||
|
|
Loading…
Add table
Reference in a new issue