招聘网页
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

App.vue 224B

1 vuosi sitten
12345678910111213
  1. <script setup lang="ts">
  2. import zhCN from 'ant-design-vue/es/locale/zh_CN';
  3. </script>
  4. <template>
  5. <a-config-provider :locale="zhCN">
  6. <router-view></router-view>
  7. </a-config-provider>
  8. </template>
  9. <style scoped>
  10. </style>