mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore: remove @demo alias
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { createApp } from 'vue';
|
||||
import DemoBlock from './components/DemoBlock';
|
||||
import DemoSection from './components/DemoSection';
|
||||
import DemoBlock from './components/DemoBlock.vue';
|
||||
import DemoSection from './components/DemoSection.vue';
|
||||
import { router } from './router';
|
||||
import { packageEntry } from 'site-mobile-shared';
|
||||
import App from './App';
|
||||
import App from './App.vue';
|
||||
import '@vant/touch-emulator';
|
||||
|
||||
window.app = createApp(App)
|
||||
|
Reference in New Issue
Block a user