Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #164 from selemondev/fix/RouterLink-import
Browse files Browse the repository at this point in the history
fix: RouterLink import
  • Loading branch information
selemondev authored Nov 20, 2023
2 parents 42c0aaf + 22585a0 commit f9a7d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nuxt-ui-vue/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare module 'vue' {
export interface GlobalComponents {
CommandPalette: typeof import('./src/components/navigation/Command-Palette/CommandPalette.vue')['default']
CommandPaletteGroup: typeof import('./src/components/navigation/Command-Palette/CommandPaletteGroup.vue')['default']
Icon: typeof import('@iconify/vue')['Icon']
RouteLocationRaw: typeof import('vue-router')['RouteLocationRaw']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-ui-vue",
"version": "1.0.1-beta.8",
"version": "1.0.2-beta.0",
"private": false,
"exports": {
".": {
Expand Down
2 changes: 2 additions & 0 deletions packages/nuxt-ui-vue/src/components/elements/Link/ULink.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang='ts'>
import RouterLink from 'vue-router'
defineOptions({
name: Components.ULink,
inheritAttrs: false,
Expand Down

0 comments on commit f9a7d1b

Please sign in to comment.