Skip to content

Commit 257d0dd

Browse files
committed
docs: update demo page
1 parent 24afb0c commit 257d0dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@
9999
.box-crop-x {
100100
overflow-x: hidden;
101101
}</style></head><body class="sl-row-12"><div id="app" class="sl-row-12"><div class="sl-box-inline sl-v-top sl-col-6 sl-row-12"><textarea v-model="HTML" class="sl-col-12 sl-row-12 sl-offset-0 sl-offset-m-0 sl-offset-p-20 box-crop"></textarea></div><div class="sl-box-inline sl-v-top sl-col-6 sl-row-12 sl-offset-p-20 box-scroll-y box-crop-x hljs"><pre class="sl-offset-m-0 sl-offset-pb-20"><code class="html text-strong" v-html="processingHTML"></code>
102-
</pre></div></div><script type="text/javascript" src="app.js?dc69e91fd6c13a20cdd9"></script></body></html>
102+
</pre></div></div><script type="text/javascript" src="app.js?6723614d430a2586b967"></script></body></html>

src/docs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import hljs from 'highlight.js';
66
new Vue({
77
el: '#app',
88
data: {
9-
HTML: `<!DOCTYPE html><head><link href="main.css" rel="stylesheet" type="text/css"><!--[if IE 7]><link href="ie7.css" rel="stylesheet" type="text/css"><![endif]--><!--[if IE 6]><link href="ie6.css" rel="stylesheet" type="text/css"><![endif]--><!--[if IE 5]><link href="ie5.css" rel="stylesheet" type="text/css"><![endif]--></head><table><tr><th>Name</th><th>Description</th></tr><tr><td>A</td><td>Description of A</td></tr><tr><td>B</td><td>Description of B</td></tr></table><div><DIV class="first">first</div> <div class="middle"></div><div CLASS="last">last <b>line </b> <a href="#"> test</a></div></div><img src="img.png" alt=""><input type="text" required>`
9+
HTML: `<!DOCTYPE html><head><link href="main.css" rel="stylesheet" type="text/css"><!--[if IE 7]><link href="ie7.css" rel="stylesheet" type="text/css"><![endif]--><!--[if IE 6]><link href="ie6.css" rel="stylesheet" type="text/css"><![endif]--><!--[if IE 5]><link href="ie5.css" rel="stylesheet" type="text/css"><![endif]--><script>(function () {'use strict';function log(message) {console.log(message);}log('test :)');}());</script></head><table><tr><th>Name</th><th>Description</th></tr><tr><td>A</td><td>Description of A</td></tr><tr><td>B</td><td>Description of B</td></tr></table><div><DIV class="first">first</div> <div class="middle"></div><div CLASS="last">last <b>line </b> <a href="#"> test</a></div></div><img src="img.png" alt=""><input type="text" required>`
1010
},
1111
computed: {
1212
processingHTML() {

0 commit comments

Comments
 (0)