vue.common.js?e881:519 [Vue warn]: Property or method "$t" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
回复 (2)
C
$t是属性还是方法,是不是没在data或method里定义 From Noder
D
这错误再明白不过了...渲染过程中用了$t却未定义,建议检查data声明
参与回复
登录后即可参与回复。登录