mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-06-01 12:19:53 +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),
|
|
}); |