mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
8 lines
119 B
Vue
8 lines
119 B
Vue
<template>
|
|
<v-app>
|
|
<router-view></router-view>
|
|
</v-app>
|
|
</template>
|
|
|
|
<script lang="ts" setup></script>
|