mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-31 09:12:10 +08:00
'admin-20.12.24:优化组件默认英文问题'
This commit is contained in:
parent
df677cf912
commit
9e57ef99ca
@ -1128,9 +1128,7 @@ export default {
|
||||
);
|
||||
}
|
||||
function onSwitchChange2() {
|
||||
state.wart
|
||||
? Watermark.set("small@小柒")
|
||||
: Watermark.del();
|
||||
state.wart ? Watermark.set("small@小柒") : Watermark.del();
|
||||
}
|
||||
function open1() {
|
||||
proxy.$message.success({
|
||||
|
3
vue-admin-wonderful-next/src/components/index.vue
Normal file
3
vue-admin-wonderful-next/src/components/index.vue
Normal file
@ -0,0 +1,3 @@
|
||||
<template>
|
||||
dd
|
||||
</template>
|
@ -1,9 +1,10 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
import ElementPlus from 'element-plus';
|
||||
import 'element-plus/lib/theme-chalk/index.css';
|
||||
import '/@/theme/index.scss';
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/lib/theme-chalk/index.css'
|
||||
import '/@/theme/index.scss'
|
||||
import locale from 'element-plus/lib/locale/lang/zh-cn'
|
||||
|
||||
createApp(App).use(ElementPlus, { size: 'small' }).mount('#app')
|
||||
createApp(App).use(ElementPlus, { size: 'small', locale }).mount('#app')
|
||||
|
||||
|
1
vue-admin-wonderful-next/src/router/index.ts
Normal file
1
vue-admin-wonderful-next/src/router/index.ts
Normal file
@ -0,0 +1 @@
|
||||
const dd: string = ''
|
1
vue-admin-wonderful-next/src/store/index.ts
Normal file
1
vue-admin-wonderful-next/src/store/index.ts
Normal file
@ -0,0 +1 @@
|
||||
const bb: string = ''
|
Loading…
Reference in New Issue
Block a user