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