refactor: vr.js

This commit is contained in:
pa
2025-07-19 22:26:22 +09:00
committed by Natsumi
parent eaeadb9cc3
commit 98765ccffc
8 changed files with 825 additions and 782 deletions

View File

@@ -1,6 +1,8 @@
<script>
import Vue, { onMounted } from 'vue';
// @ts-ignore
import template from './app.pug';
import Vue, { onMounted } from 'vue';
import { createGlobalStores } from './stores';
import { watchState } from './service/watchState';