refactor: 移除未使用的 RouterView 组件,优化 a2use 组件的模板和 SafeNFormItem 的实现
Some checks failed
CI/CD Pipeline / playwright (push) Successful in 3m25s
CI/CD Pipeline / build-and-deploy (push) Failing after 3m29s

This commit is contained in:
严浩
2025-10-31 12:53:59 +08:00
parent 18cb623730
commit 66419d22d4
3 changed files with 47 additions and 36 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { RouterView } from 'vue-router';
import AppNaiveUIProvider from './AppNaiveUIProvider.vue';
import A2use from './utils/a2use.vue';
</script>