码迷,mamicode.com
首页 > 其他好文 > 详细

对低开销的静态组件使用v-once

时间:2017-10-28 19:44:03      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:使用   term   静态   com   style   div   组件   -o   app   

<body>
    <div id="app">
        <terms-of-service></terms-of-service>
    </div>
    <script>
        Vue.component(‘terms-of-service‘,{
            template:                <div v-once>                    <h1>Terms of Service</h1>                </div>            
        })
        new Vue({
            el:‘#app‘
        })
    </script>
</body>

 

对低开销的静态组件使用v-once

标签:使用   term   静态   com   style   div   组件   -o   app   

原文地址:http://www.cnblogs.com/ItIsInteresting/p/7747742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!