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>'
})
我想大声告诉你2017-05-18 11:04:37
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