Skip to content

Commit 8ee417b

Browse files
committedMay 20, 2017
make template compilation results selectable
1 parent 58c9239 commit 8ee417b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/v2/guide/render-function.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ console.error = function (error) {
605605
}
606606
</script>
607607
<style>
608+
#vue-compile-demo {
609+
-webkit-user-select: inherit;
610+
user-select: inherit;
611+
}
608612
#vue-compile-demo pre {
609613
padding: 10px;
610614
overflow-x: auto;

0 commit comments

Comments
 (0)
Please sign in to comment.