Commit b2f961e8 authored by catea792's avatar catea792

fix eslint

parent 496651de
<template>
<v-app>
<NavBar />
<Navbar />
<nuxt />
</v-app>
</template>
<script>
import NavBar from '@/components/NavBar'
import Navbar from '@/components/Navbar'
export default {
components: {
NavBar
Navbar
}
}
</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