We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6959b99 commit b542111Copy full SHA for b542111
docs/src/components/ExampleBox.vue
@@ -23,7 +23,7 @@
23
</button> -->
24
</md-card>
25
26
- <form action="http://codepen.io/pen/define" method="POST" target="_blank" v-if="codeBlocks.length" ref="form">
+ <!-- <form action="http://codepen.io/pen/define" method="POST" target="_blank" v-if="codeBlocks.length" ref="form">
27
<input type="hidden" name="data" :value="codeString">
28
</form>
29
@@ -44,7 +44,7 @@ var App = new Vue({
44
<div id="app">
45
### TEMPLATE ###
46
</div>
47
- </pre>
+ </pre> -->
48
</div>
49
</template>
50
0 commit comments