mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-09 23:38:31 +01: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)
|