v-html

作者: 秋分落叶 | 来源:发表于2019-06-06 10:46 被阅读0次

<body>

  <div id="app">

    <p v-cloak>+++++{{msg}}-----</p>

    <h4 v-text="msg">======</h4>

    <div v-html="msg"></div>

  </div>

  <!-- built files will be auto injected -->

  <script>

    var vm = new Vue({

      el: '#app',

      data: {

        msg: '<h1>哈哈哈哈哈,我是H1呀</h1>'

      }

    })

  </script>

</body>

结果:

相关文章

网友评论

      本文标题:v-html

      本文链接:https://www.haomeiwen.com/subject/pneyxctx.html