We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70f81f commit 66fef18Copy full SHA for 66fef18
src/deprecations.js
@@ -217,7 +217,7 @@ if (process.env.NODE_ENV !== 'production') {
217
LITERAL: function () {
218
warn(
219
'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.'
+ 'use the new hash-equal syntax (v-dir#="string") to indicate a literal value.'
221
)
222
},
223
0 commit comments