Commit b2f961e8 authored by catea792's avatar catea792

fix eslint

parent 496651de
<template> <template>
<v-app> <v-app>
<NavBar /> <Navbar />
<nuxt /> <nuxt />
</v-app> </v-app>
</template> </template>
<script> <script>
import NavBar from '@/components/NavBar' import Navbar from '@/components/Navbar'
export default { export default {
components: { components: {
NavBar Navbar
} }
} }
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment