mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-12-02 03:07:35 +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)
|