refactor(client): use composition api
This commit is contained in:
parent
298e950e81
commit
40075761fa
3 changed files with 23 additions and 47 deletions
|
|
@ -2,9 +2,5 @@
|
|||
<MkLoading/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import * as os from '@/os';
|
||||
|
||||
export default defineComponent({});
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue