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:
相关文章
相关标签/搜索