Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Vue.js,更具体地说是 Quasar,以及 Vuex 商店。
最初在商店初始化时存在的属性是反应性的,但不是我后来在商店对象上创建的任何新属性,即使我Vue.set()按照框架的要求创建了它们。
Vue.set()
我究竟做错了什么?
调试了 48 小时,我发现我写import Vue form 'Vue'的不是import Vue from 'vue'变异文件。
import Vue form 'Vue'
import Vue from 'vue'