Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: accept object syntax for to prop in router mock (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanhunsel authored Feb 1, 2023
1 parent 4bab347 commit 129b8f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineComponent, useRouter, h } from '#imports'
export const RouterLink = defineComponent({
functional: true,
props: {
to: String,
to: [String, Object],
custom: Boolean,
replace: Boolean,
// Not implemented
Expand Down

0 comments on commit 129b8f4

Please sign in to comment.