vue: NPCControl(WIP)

This commit is contained in:
2021-09-07 03:03:25 +09:00
parent 28ad1b6c9d
commit c4a6735d60
10 changed files with 427 additions and 813 deletions
+2
View File
@@ -1,4 +1,6 @@
import { createApp } from 'vue'
import NPCControl from './NPCControl.vue';
import { setAxiosXMLHttpRequest } from './util/setAxiosXMLHttpRequest';
setAxiosXMLHttpRequest();
createApp(NPCControl).mount('#app')