Changed syntax to explicit script instead of setup
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user