mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-20 18:10:34 +03:00
chore: lint & fix test
This commit is contained in:
@@ -18,17 +18,13 @@ export default {
|
||||
},
|
||||
metaInfo() {
|
||||
return {
|
||||
changed: this._changed
|
||||
changed: this.changed.bind(this)
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
childVisible: false,
|
||||
_changed: () => {}
|
||||
childVisible: false
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this._changed = this.changed.bind(this)
|
||||
}
|
||||
f }
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user