update Anchor
This commit is contained in:
parent
2b98434e90
commit
c69f8ff5fb
2 changed files with 9 additions and 10 deletions
|
@ -15,6 +15,11 @@ import { scrollTop, findComponentDownward, findComponentsDownward, sharpMatcherR
|
|||
import { on, off } from '../../utils/dom';
|
||||
export default {
|
||||
name: 'Anchor',
|
||||
provide () {
|
||||
return {
|
||||
anchorCom: this
|
||||
};
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
prefix: 'ivu-anchor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue