vue mixin: can not read undefind property

vue mixin エラー: can not read undefind property

wrong

component

1
2
3
export default {
data: () => ({})
};
1
2
3
4
5
export default {
data: function () {
return {};
},
};
#

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×