chore(utils): improve link utils

This commit is contained in:
Benjamin Canac
2024-01-11 12:16:27 +01:00
parent 02d72df527
commit 28b736a703
4 changed files with 42 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
<script lang="ts">
import { isEqual } from 'ohash'
import { defineComponent } from 'vue'
import { nuxtLinkProps } from '../../utils/nuxt-link'
import { nuxtLinkProps } from '../../utils'
export default defineComponent({
inheritAttrs: false,