Skip to content

Commit 66fef18

Browse files
committed
fix deprecation warning for literals
1 parent c70f81f commit 66fef18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ if (process.env.NODE_ENV !== 'production') {
217217
LITERAL: function () {
218218
warn(
219219
'It is no longer necessary to declare literal directives in 1.0.0. Just ' +
220-
'use the dot-equal syntax (v-dir.="string") to indicate a literal value.'
220+
'use the new hash-equal syntax (v-dir#="string") to indicate a literal value.'
221221
)
222222
},
223223

0 commit comments

Comments
 (0)