mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
perf: dynamic import markdown file
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import { createApp } from 'vue';
|
||||
import { packageEntry } from 'site-desktop-shared';
|
||||
import App from './App.vue';
|
||||
import DemoPlayground from './components/DemoPlayground.vue';
|
||||
import { router } from './router';
|
||||
|
||||
window.app = createApp(App)
|
||||
.use(router)
|
||||
.use(packageEntry)
|
||||
.component(DemoPlayground.name, DemoPlayground);
|
||||
|
||||
setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user