2024-03-14 18:10:16 +08:00

9 lines
178 B
Vue

<template>
<!-- 解决tailwind冲突问题 -->
<a-style-provider hash-priority="high">
<router-view></router-view>
</a-style-provider>
</template>
<script>
</script>