vue的组件绑定

HTML:

<h1>{{ msg }}</h1>

js:

export default {
  props: {
  msg: String
  }
}

vue:<HelloWorld msg="Welcome to Your Vue.js App"/>

posted @ 2020-09-04 10:26  文采呱呱  阅读(117)  评论(0编辑  收藏  举报