setup() return property "_v_isShallow" should not start with "$" or "" which are reserved prefixes for Vue internals. setup(){ return {} //如果返回的不是一个对象的话,会报下面的警告和错误 } image.png