美文网首页
vue有哪些特点

vue有哪些特点

作者: 众生皆似尘埃啊 | 来源:发表于2017-10-12 21:35 被阅读0次

    响应式的双向绑定:


    组件化-模块化:

    1、import Hello from "@components/Hello"  引入Hello组件

    2、export default{

                      components:{

                            Hello

              }

    }将Hello注册到当前页面

    3、在模板里直接使用组件:<hello></hello>


    单文件组件-js,css,html存在于一个文件内进行开发。

    相关文章

      网友评论

          本文标题:vue有哪些特点

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