Changed syntax to explicit script instead of setup

This commit is contained in:
Vivek Santayana 2022-09-01 15:32:09 +01:00
parent ac139440f7
commit 0df7435744

View File

@ -1,5 +1,11 @@
<script setup>
import Navbar from '@/components/navbar/Index.vue'
<script>
import Navbar from '@/components/navbar/Index.vue'
export default {
components: {
Navbar
}
}
</script>
<template>