فهرست منبع

fix: an error expression in demo template

DMQ 7 سال پیش
والد
کامیت
93bb1af429
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>