10 lines
145 B
Vue
10 lines
145 B
Vue
|
|
<script setup></script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<a-config-provider>
|
||
|
|
<router-view />
|
||
|
|
</a-config-provider>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped></style>
|