Skip to content

Commit 5b9920e

Browse files
wip(docs): remove v0.7.x comment
1 parent 7a30c8f commit 5b9920e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
4242
return {
4343
getContentData: asBinary => asBinary ? res.arrayBuffer() : res.text(),
4444
}
45-
46-
47-
/* v0.7.x
48-
const res = await fetch(url);
49-
if ( !res.ok )
50-
throw Object.assign(new Error(res.statusText + ' ' + url), { res });
51-
return await res.text();
52-
*/
5345
},
5446
addStyle(textContent) {
5547

0 commit comments

Comments
 (0)