如何修复Vue错误`[Vue warn]:数据函数应该返回一个对象`?

时间:2018-01-01 12:03:02

标签: javascript vue.js

我仍然收到此错误

[Vue warn]: data functions should return an object:

即使在我的data属性为函数后返回我的全局状态的副本:

new Vue({
    'el': '#app',
    'data': function getState() { return _.cloneDeep(state); },
    'router': router,
    'template': '<Welcome />',
    'components': { Welcome }
});

Vue还想要我什么?

1 个答案:

答案 0 :(得分:0)

国家必须像

一样出口
export default 
{

而不喜欢

export const state =
{