We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb23d4 commit 8b382b3Copy full SHA for 8b382b3
src/core/util/lang.js
@@ -30,7 +30,7 @@ export function def (obj: Object, key: string, val: any, enumerable?: boolean) {
30
/**
31
* Parse simple path.
32
*/
33
-const bailRE = new RegExp(`[^${unicodeLetters}.$]`)
+const bailRE = new RegExp(`[^${unicodeLetters}.$_]`)
34
export function parsePath (path: string): any {
35
if (bailRE.test(path)) {
36
return
0 commit comments