摘要: 组件化的基本使用过程 <body> <div id="app"> <my-pnc></my-pnc> </div> </body> <script type="text/javascript"> //1.组件构造器 const cpnc=Vue.extend({ template:` <h3>你好V 阅读全文
posted @ 2020-07-05 22:24 学做flutter的小菜鸡 阅读(213) 评论(0) 推荐(0) 编辑