javascript - Can vue registered components (not .vue single files) write css styles?
阿神
阿神 2017-05-18 11:02:37
0
2
660

Can this form of registration form define css? I searched the documents and APIs several times but couldn't find it.

Vue.component('my-component', {
  template: '<p>A custom component!</p>'
})
阿神
阿神

闭关修行中......

reply all(2)
我想大声告诉你

You can’t write it because no one can compile it for you

You can write a separate .vue file because the loader helps you compile it

PHPzhong

Shouldn’t be able to write!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template