mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 02:23:28 +01:00
webapp: use modern component format
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import NavBar from "./components/NavBar.vue";
|
||||
|
||||
export default {
|
||||
export default defineComponent({
|
||||
name: "App",
|
||||
components: {
|
||||
NavBar,
|
||||
},
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user