perf(projects): remove useless code

This commit is contained in:
Soybean 2023-06-08 23:38:14 +08:00
parent 0907d38c06
commit eb8e49e23c
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
import { h } from 'vue';
import SvgIcon from '~/src/components/custom/svg-icon.vue';
import SvgIcon from '@/components/custom/svg-icon.vue';
/**
*

View File

@ -7,9 +7,3 @@ declare namespace BMap {
}
declare const TMap: any;
declare module 'unplugin-vue-define-options/vite' {
const plugin: (options?: import('unplugin-vue-define-options/dist/unplugin.d-59ddef99').B) => import('vite').Plugin;
export default plugin;
}