
pnpl
- 发布:2024-05-24 17:00
- 更新:2024-05-24 17:20
- 阅读:191

pnpl (作者)
真机调试:
17:02:39.805 [plugin:uni:app-uts] Could not resolve "vue-i18n" from "main.uts"
17:02:39.805 at main.uts:10:0
17:02:39.805 8 |
17:02:39.805 9 | import { createSSRApp } from 'vue'
17:02:39.806 > 10 | import { createI18n } from 'vue-i18n'
17:02:39.806 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:02:39.806 11 | const i18n = createI18n(i18nConfig)
17:02:39.806 12 | export function createApp() {
17:02:39.806 13 | const app = createSSRApp(App)