我卡住了,我不熟悉vue和vuex,当我运行下面的代码时,它给我带来了这个错误。我已经搜索了这里的一些其他问题,但我找不到解决方案 [Vue warn]: Computed property "vat" was assigned to but it has no setter.found in
<App> at src/App.vue
<Root> 有人能帮我吗
我尝试从全局vuex状态设置和获取用户名、密码和身份验证布尔值,并有条件地在导航栏中呈现一些元素。isAuthed: true // just to test } }但是,当我在输入字段中输入任何内容时,Vue会为该字段抛出一个警告(并且状态不会更新):
[Vue warn]: Computed property "username" was assigned to but it has no set
此错误返回: vue.runtime.esm.js?2b0e:619 [Vue warn]: Computed property "groupInvites" was assigned to but it has no setter.found in
<UserProfile> at src/views
我正在使用和vuex<div> <label class='label' for='name'>Name</labelUPDATE_ORDER_CONTACT', payload); }当我运行这段代码时,我得到一个错误,即Computed property "name" was assigned to but it