Changed syntax to explicit script instead of setup
This commit is contained in:
parent
ac139440f7
commit
0df7435744
@ -1,5 +1,11 @@
|
|||||||
<script setup>
|
<script>
|
||||||
import Navbar from '@/components/navbar/Index.vue'
|
import Navbar from '@/components/navbar/Index.vue'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
components: {
|
||||||
|
Navbar
|
||||||
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
Reference in New Issue
Block a user