Skip to content

Commit

Permalink
fix(ui): add missing name properties (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 11, 2021
1 parent afa5d53 commit 6c8bb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { defineComponent, PropType } from '@vue/composition-api'
import useUiState from '../../composables/useUiState'
import useScrollLock from '../../composables/useScrollLock'
export default defineComponent({
name: 'UiLayer',
props: {
/**
* @model Is Layer open - provided by v-model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import UiNavigation from '../UiNavigation'
import type { UiNavbarLinks, UiNavbarLanguages } from './UiNavbar.types'
export default defineComponent({
name: 'UiNavbar',
components: {
UiHamburger,
UiNavigation,
Expand Down

0 comments on commit 6c8bb36

Please sign in to comment.