vue官方文档提供的组件方式是:Vue.component('my-component', { code here})一些项目中的组件形式<template></template><script> export default{ }</script><style></style>这两种组件创建的方式有什么不一样吗?
添加回答
举报
0/150
提交
取消