refactor: import local components instead of using full name
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import Background from "./Background.vue";
|
||||||
|
import Calendar from "./Calendar.vue";
|
||||||
|
import Clock from "./Clock.vue";
|
||||||
|
import StatusBar from "./StatusBar.vue";
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<HomeTopScreenBackground />
|
<Background />
|
||||||
<HomeTopScreenCalendar />
|
<Calendar />
|
||||||
<HomeTopScreenClock />
|
<Clock />
|
||||||
<HomeTopScreenStatusBar />
|
<StatusBar />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user