mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-02-22 08:43:12 +08:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
import Vue from 'vue';
|
|
import App from './App.vue';
|
|
|
|
const instance = new Vue({
|
|
el: '#app',
|
|
render: h => h(App),
|
|
}); |