Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo shen authored and nemo shen committed Jan 1, 2024
1 parent 43a052c commit be38013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
Header: typeof import('./src/components/Header.vue')['default']
VanIcon: typeof import('vant/es')['Icon']
VersionSelect: typeof import('./src/components/VersionSelect.vue')['default']
Header: (typeof import('./src/components/Header.vue'))['default'];
VanIcon: (typeof import('vant/es'))['Icon'];
VersionSelect: (typeof import('./src/components/VersionSelect.vue'))['default'];
}
}
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Monaco from '@vue/repl/monaco-editor';
import Header from './components/Header.vue';
import { ref, provide, watchEffect, computed } from 'vue';
import { useDark } from '@vueuse/core';
import { Splitpanes, Pane } from 'splitpanes';
import { genCdnLink } from './utils';
import store from './store';
import 'vant/lib/index.css';
Expand Down

0 comments on commit be38013

Please sign in to comment.