Skip to content

Commit

Permalink
fix(isVueOrVine): :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Aug 14, 2024
1 parent 40ca8c6 commit 5274971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,5 +733,5 @@ export function isVine() {
}

export function isVueOrVine() {
return isVine() || isVine()
return isVue() || isVine()
}

0 comments on commit 5274971

Please sign in to comment.