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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
import { createApp } from 'vue'
import { locale } from 'element-plus'
import lang from 'element-plus/lib/locale/lang/zh-cn'
locale(lang)
createApp(App)
main.js
vite.config.js
经过
vite build
过后,预览生产版本时发现报错Uncaught TypeError: v is not a function
,报错的位置在locale(lang)
是不是配置有误?求帮助,谢谢
The text was updated successfully, but these errors were encountered: