switch from next to vue
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { createApp } from 'vue'
|
||||
import './style.css'
|
||||
import App from './App.vue'
|
||||
import { registerSW } from 'virtual:pwa-register'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
|
||||
registerSW({ immediate: true })
|
||||
Reference in New Issue
Block a user