响应式的双向绑定:
组件化-模块化:
1、import Hello from "@components/Hello" 引入Hello组件
2、export default{
components:{
Hello
}
}将Hello注册到当前页面
3、在模板里直接使用组件:<hello></hello>
单文件组件-js,css,html存在于一个文件内进行开发。
响应式的双向绑定:
组件化-模块化:
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
网友评论