You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import i18nPlugin from '@voerkai18n/vue'; 本地运行使用这种方式引入才行
import { i18nPlugin } from '@voerkai18n/vue'; 打包却只能用第二种方式引入
本地使用 import { i18nPlugin } 方式 报一下错误
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/@voerkai18n_vue.js?v=6b792202' does not provide an export named 'i18nPlugin' (at main.js:34:10)
The text was updated successfully, but these errors were encountered:
import i18nPlugin from '@voerkai18n/vue'; 本地运行使用这种方式引入才行
import { i18nPlugin } from '@voerkai18n/vue'; 打包却只能用第二种方式引入
本地使用 import { i18nPlugin } 方式 报一下错误
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/@voerkai18n_vue.js?v=6b792202' does not provide an export named 'i18nPlugin' (at main.js:34:10)
The text was updated successfully, but these errors were encountered: