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 #165 from selemondev/fix-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 f9a7d1b + 114dd38 commit d209ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2-beta.0",
"version": "1.0.2-beta.1",
"private": false,
"exports": {
".": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang='ts'>
import RouterLink from 'vue-router'
import { RouterLink } from 'vue-router'
defineOptions({
name: Components.ULink,
Expand Down

0 comments on commit d209ac7

Please sign in to comment.