我的语言文件:
\nAccountNotifications: {\n createdWithName: 'Account \xc2\xab{account}\xc2\xbb created',\n created: 'Account created | Accounts created',\n}\nRun Code Online (Sandbox Code Playgroud)\n我的提交方法
\nsubmit() \n this.$notifications.add({\n type: 'success',\n html: accounts.length === 1\n ? this.$tc('AccountNotifications.created', 1)\n : this.$tc('AccountNotifications.created', 2),\n });\nRun Code Online (Sandbox Code Playgroud)\n我的输出
\napp.js:290949 TypeError: this.$tc is not a function\nRun Code Online (Sandbox Code Playgroud)\n怎么了?
\n