标签: vue.js
我正在尝试使用vuejs中的watcher重新加载组件
我已经安装了目标
watch: { objectives: function (o) { Vue.prototype.$objectives = o this.$refs.pcc.reload() },