Files
fivem-data/resources/[gameplay]/chat/html/main.ts
2026-06-20 13:18:14 +00:00

7 lines
124 B
TypeScript

import Vue from 'vue';
import App from './App.vue';
const instance = new Vue({
el: '#app',
render: h => h(App),
});