This commit is contained in:
syuilo
2020-12-31 02:43:24 +09:00
parent 7128b9f16a
commit bc22cabdb5
2 changed files with 307 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import XSetup from './welcome.setup.vue';
import XEntrance from './welcome.entrance.a.vue';
import XEntrance from './welcome.entrance.c.vue';
import { instanceName } from '@/config';
import * as os from '@/os';