directives: {
                  
                  
                         styleMe: {
                  
                  
                           bind(el) {
                  
                  
                             el.style.color = 'blue';
                  
                  
                             el.style.fontSize = '42px';
                  
                  
                             el.className = 'text-center';
                  
                  
                           }
                  
                  
                         }
                  
                  
                       }
                  
                  
                  
                  
                  
                  А вот это блин что за покемон??
                  
                  
                       directives: {
                  
                  
                         styleMe(el, binding, vnode, oldVnode) {
                  
                  
                           bind: {
                  
                  
                             el.style.color = 'blue';
                  
                  
                             el.style.fontSize = '42px';
                  
                  
                             el.className = 'text-center';
                  
                  
                           }
                  
                  
                         }
                  
                  
                       }
                  
                  
                
Директивы это
ты про bind: { ...?
Обсуждают сегодня