Kaynağa Gözat

fix: an error expression in demo template

DMQ 7 yıl önce
ebeveyn
işleme
93bb1af429
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      mvvm.html

+ 1 - 1
mvvm.html

@@ -14,7 +14,7 @@
         <span v-text="child.someStr"></span>
     </p> -->
     <p>{{getHelloWord}}</p>
-    <p v-html="child.htmlStr"></p>
+    <p v-html="htmlStr"></p>
     <button v-on:click="clickBtn">change model</button>
 </div>