feat: implement gas and delivery admin systems
This commit is contained in:
9
frontend/gas_admin/src/app/App.vue
Normal file
9
frontend/gas_admin/src/app/App.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<a-config-provider :locale="zhCN">
|
||||
<router-view />
|
||||
</a-config-provider>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import zhCN from '@arco-design/web-vue/es/locale/lang/zh-cn';
|
||||
</script>
|
||||
Reference in New Issue
Block a user