Skip to content

Commit

Permalink
perf(projects): remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 8, 2023
1 parent 0907d38 commit eb8e49e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/composables/icon.ts
Original file line number Diff line number Diff line change
@@ -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';

/**
* 图标渲染
Expand Down
6 changes: 0 additions & 6 deletions src/typings/package.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

1 comment on commit eb8e49e

@vercel
Copy link

@vercel vercel bot commented on eb8e49e Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.