vue.min.js:288 ReferenceError: acEntity is not defined
因为acEntity没有定义!
查看ac.js找到定义的vue的地方 查看的定义的实体是不是acEntity
html里亮光的地方是vm的东西,一定要定义好的。比如v-model="s" ,那么s一定是要存在的,不然就报错。
对应的html中:
vue.min.js:288 ReferenceError: acEntity is not defined
因为acEntity没有定义!
查看ac.js找到定义的vue的地方 查看的定义的实体是不是acEntity
html里亮光的地方是vm的东西,一定要定义好的。比如v-model="s" ,那么s一定是要存在的,不然就报错。
对应的html中: