1
0
Fork 0
forked from Simnation/Main
Main/resources/[cfx-default]/[gameplay]/chat/html/main.ts
2025-06-07 08:51:21 +02:00

7 lines
No EOL
124 B
TypeScript

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