feat: 添加 element plus
This commit is contained in:
@@ -2,7 +2,6 @@ import { createApp } from 'vue';
|
||||
import { createI18n } from 'vue-i18n';
|
||||
import App from './App.vue';
|
||||
import './style.css';
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'zh',
|
||||
fallbackLocale: 'en',
|
||||
@@ -22,5 +21,4 @@ const i18n = createI18n({
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(i18n);
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user