Use lazy loading to decrease bundle size

This commit is contained in:
dragongoose
2023-04-10 16:32:58 -04:00
parent 250697448c
commit 68dd4eef64
3 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,8 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import './assets/index.css'
import 'video.js/dist/video-js.css'
const app = createApp(App)
import { OhVueIcon, addIcons } from 'oh-vue-icons'