This commit is contained in:
syuilo
2020-12-31 11:46:07 +09:00
parent a03702d2bd
commit b4d85d4f69
3 changed files with 27 additions and 6 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.c.vue';
import XEntrance from './welcome.entrance.a.vue';
import { instanceName } from '@/config';
import * as os from '@/os';