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 278e7b1 commit 8ad3e94Copy full SHA for 8ad3e94
src/compiler/compile.js
@@ -413,7 +413,7 @@ function makeChildLinkFn (linkFns) {
413
414
var dataAttrRE = /^data-/
415
var settablePathRE = /^[A-Za-z_$][\w$]*(\.[A-Za-z_$][\w$]*|\[[^\[\]]+\])*$/
416
-var literalValueRE = /^(true|false)$|\d.*/
+var literalValueRE = /^(true|false)$|^\d.*/
417
var identRE = require('../parsers/path').identRE
418
419
function compileProps (el, attrs, propDescriptors) {
0 commit comments