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