Skip to content

Commit ecc4ffe

Browse files
committed
fix prefix warning
1 parent c08bc07 commit ecc4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if (process.env.NODE_ENV !== 'production') {
205205
PREFIX: function () {
206206
warn(
207207
'The "prefix" global config will be deprecated in 1.0.0. All directives ' +
208-
'will consistently use the v- or v. prefixes.'
208+
'will consistently use the v- prefix.'
209209
)
210210
},
211211

0 commit comments

Comments
 (0)