<template> <div><button></button></div> </template> <script> export …
分类:vue.js教程
vue-property-decorator使用手册
一,安装 npm i -s vue-property-decorator 二,用法 1,@Component(options:ComponentOptions = {}) @Component 装饰器可以接收一个对象作为…
我理解 的vue2.6.0 的作用域插槽
写这篇文章是因为自己在作用域插槽这里用了较多时间,然后在论坛看的大多是目前已废弃的写法。本文的例子参考下面这篇文章的例子 作用域插槽 <!DOCTYPE html> <html lang="en">…