Commit 2eb94e5
[vue mode] Fix media type
Demo had the correct `text/x-vue`
defineMIME was using `script/x-vue`
There is, however, no `script/*` top-level media type:
http://www.iana.org/assignments/media-types/media-types.xhtml
Left, old `script/x-vue` for backwards compatibility.1 parent 0164f02 commit 2eb94e5
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
0 commit comments