mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-30 20:16:35 +08:00
commit
ef613e4bf3
18
src/App.vue
18
src/App.vue
@ -1,6 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<router-view />
|
<div id="vue-admin-beautiful">
|
||||||
|
<a-config-provider :locale="locale">
|
||||||
|
<router-view />
|
||||||
|
</a-config-provider>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<script>
|
||||||
|
import zhCN from 'ant-design-vue/es/locale/zh_CN'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'App',
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
locale: zhCN,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@import '~@/vab/styles/vab.less';
|
@import '~@/vab/styles/vab.less';
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user