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 a0c37a9 commit e259fc3Copy full SHA for e259fc3
src/compiler/parser/text-parser.js
@@ -4,7 +4,7 @@ import { cached } from 'shared/util'
4
import { parseFilters } from './filter-parser'
5
6
const defaultTagRE = /\{\{((?:.|\n)+?)\}\}/g
7
-const regexEscapeRE = /[-.*+?^${}()|[\]/\\]/g
+const regexEscapeRE = /[-.*+?^${}()|[\]\/\\]/g
8
9
const buildRegex = cached(delimiters => {
10
const open = delimiters[0].replace(regexEscapeRE, '\\$&')
0 commit comments