Skip to content

Commit

Permalink
chore: fix warning text prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Oct 30, 2023
1 parent 7be6433 commit 6b55245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function getSideEffects(name: string, options: ModuleOptions) {
}

warnOnce(
"[vexip-ui:plugins] 'fullStyle' requires [email protected] or newer, you'd better " +
"[vexip-ui:nuxt] 'fullStyle' requires [email protected] or newer, you'd better " +
'upgrade vexip-ui to support the feature.'
)
}
Expand Down

0 comments on commit 6b55245

Please sign in to comment.