📅  最后修改于: 2022-03-11 14:58:41.176000             🧑  作者: Mango
Error happens because of the 'constructor' property in my vuex state.
export const state = () => ({ constructor: '/constructor' })
Steps to reproduce:
Create blank Nuxt project
Create vuex store with 'constructor' property in it.
Run project and make sure there's a error
Rename 'constructor' to 'constructor2' and see that there is no error