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 5df378c commit 4159f3bCopy full SHA for 4159f3b
packages/demo-vue/src/components/HelloWorld.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="hello">
3
- <h1>{{ msg }}</h1>
+ <h1 v-html="msg"></h1>
4
<p>{{ "Welcome to DeepSource World" }}</p>
5
<p>
6
For a guide and recipes on how to configure / customize this project,<br />
@@ -58,20 +58,20 @@
58
<a
59
href="https://github.com/vuejs/vue-devtools#vue-devtools"
60
target="_blank"
61
- rel="noopener"
+
62
>vue-devtools</a
63
>
64
</li>
65
<li>
66
- <a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener"
+ <a href="https://vue-loader.vuejs.org" target="_blank"
67
>vue-loader</a
68
69
70
71
72
href="https://github.com/vuejs/awesome-vue"
73
74
75
>awesome-vue</a
76
77
0 commit comments