refactor: 移除未使用的样式和布局组件
删除App.vue中未使用的button样式和about页面中未使用的route配置 移除已不再使用的demo布局组件
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
<route lang="json5">
|
||||
{
|
||||
layout: 'demo',
|
||||
style: {
|
||||
navigationBarTitleText: '请求',
|
||||
},
|
||||
}
|
||||
</route>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { IFooItem } from '@/service/index/foo'
|
||||
import { getFooAPI } from '@/service/index/foo'
|
||||
|
||||
Reference in New Issue
Block a user