Ben*_*Dev 3 javascript state-management vue.js vuejs2 codesandbox
我目前正在构建一个状态管理器,它可以集成到多个前端框架中,包括 Vue。为了演示 Vue 中状态管理器的用法,我创建了一个简单的codesandbox。因为有一个实时代码示例总是很好,可以在自述文件中进行推广。但不知何故,我总是在代码和框中收到此错误(见下文)。
[Vue warn]: Property or method "children" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
Run Code Online (Sandbox Code Playgroud)
上述错误仅发生在显示editor + preview. 在本地或在单独的选项卡(仅显示 )中,preview它按预期工作(没有错误)。
Codesandbox(错误):
https://codesandbox.io/s/agilets-first-state-i5xxs ?file=/src/main.js
Codesandbox 单独点击预览(无错误):
https://i5xxs.csb.app/
本地项目(无错误):
https://github.com/agile-ts/agile/tree/master/examples/vue/develop/my-project
我不知道我做错了什么。但这与我的状态管理器有关,因为默认的vue Codesandbox工作正常。
| 归档时间: |
|
| 查看次数: |
1017 次 |
| 最近记录: |