Files
cdTestPlant3/cdTMP/src/App.vue

9 lines
144 B
Vue
Raw Normal View History

2023-06-04 20:01:58 +08:00
<template>
<a-config-provider>
<router-view />
</a-config-provider>
</template>
2024-06-13 19:41:57 +08:00
<script setup></script>
2023-06-04 20:01:58 +08:00
<style scoped></style>