vue学习笔记(v-text v-html v-on v-model)-panda

Posted Vivianluolita

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue学习笔记(v-text v-html v-on v-model)-panda相关的知识,希望对你有一定的参考价值。

1.v-bind

<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://cn.vuejs.org/images/logo.png"
            
        )
    </script>

以上是关于vue学习笔记(v-text v-html v-on v-model)-panda的主要内容,如果未能解决你的问题,请参考以下文章

vue学习笔记(v-text v-html v-on v-model)-panda

vue学习笔记(v-text v-html v-on v-model)-panda

vue学习笔记

vue学习笔记

vue学习笔记

Vue 学习总结笔记