#コンポーネント
・頻度が高い記述をパーツ化する
template: '
hello
'
})
var app = new Vue({
//options
el: '#app',
data: {
message: 'hello'
}
})
#コンポーネント
・頻度が高い記述をパーツ化する
hello
'
})
var app = new Vue({
//options
el: '#app',
data: {
message: 'hello'
}
})
最近のコメント