chore: refactor NavbarItem to INavbar
This commit is contained in:
parent
19c562f460
commit
5ce236c936
5 changed files with 11 additions and 11 deletions
|
@ -31,9 +31,9 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { NavbarInterface, NavbarItem } from '~/types/interfaces';
|
||||
import type { INavbar, NavbarItem } from '~/types/interfaces';
|
||||
|
||||
const props = defineProps<NavbarInterface>();
|
||||
const props = defineProps<INavbar>();
|
||||
|
||||
const runtimeConfig = useRuntimeConfig();
|
||||
const defaultIcon = `${runtimeConfig.app.baseURL}/icon.svg`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue