Commit ec06bc3
Fix for 'loader.charAt is not a function' in v8 (vuejs#1166)
* Fix for 'loader.charAt is not a function' in v8
I have some older project still runnig on Vue 1 and crash on 'loader.charAt is not a function' error like in the vuejs#624 issue.
I am not javascript expert, but this edit solve my issue and maybe can solve also for other.
* move logic to 'right' place1 parent ca1bc07 commit ec06bc3
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
0 commit comments