Vue.JS 2 Tutorial #37 - Registering Thins Locally 정보
Vue Vue.JS 2 Tutorial #37 - Registering Thins Locally본문
Registering Things Locally (vs Globally)
filter: {
'to-uppercase': function(value) {
return blog.tilte.match('this.search');
}
}
는 아래와 같음
filter: {
toUppercase(value) {
return blog.tilte.match('this.search');
}
},
directives: {
'rainbow': {
bind(el.binding. vnode) {
el.style.color = "#' + Math.random().toString916).slice(2, 8);
}
}
}
추천
0
0
댓글 0개