Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 56dc81c

Browse files
author
Walker Leite
committed
escape text in Component
1 parent 6b2a455 commit 56dc81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/Component.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template lang="html">
2-
<strong>{{ text }}</strong>
2+
<strong>\{{ text }}</strong>
33
</template>
44

55
<script>

0 commit comments

Comments
 (0)