mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-12-04 04:08:50 +08:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
import bootstrap from '../src/bootstrap/index.js'
|
|
|
|
import App from './App.vue'
|
|
|
|
bootstrap(App)
|