vue學習筆記(v-text v-html v-on v-model)-panda

1.v-bindjavascript <h1>v-bind</h1> <div id="app"> <img v-bind:src="imgSrc" width="200px"> </div> <script type="text/javascript"> var app= new Vue({ el:'#app', data:{ imgSrc:"https:
相關文章
相關標籤/搜索