We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69cbd commit ecc239eCopy full SHA for ecc239e
src/compiler/parser/index.js
@@ -21,7 +21,7 @@ import {
21
22
export const onRE = /^@|^v-on:/
23
export const dirRE = /^v-|^@|^:/
24
-export const forAliasRE = /([^]*?)\s+(?:in|of)\s+([^]*)/
+export const forAliasRE = /([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/
25
export const forIteratorRE = /,([^,\}\]]*)(?:,([^,\}\]]*))?$/
26
const stripParensRE = /^\(|\)$/g
27
0 commit comments