mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-08-07 04:09:31 +02:00
chat: wip rework as chat2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
const instance = new Vue({
|
||||
el: '#app',
|
||||
render: h => h(App),
|
||||
});
|
||||
Reference in New Issue
Block a user