更新记录
1.0.0(2020-12-29) 下载此版本
无
平台兼容性
插件使用流程
插件引入
import tantan from "@/components/tantan";
export default {
components: {
tantan
}
}
插件使用
<template>
<div>
<tantan></tantan>
</div>
</template>
插件说明
直接修改源码自定义即可,代码很简单
无
import tantan from "@/components/tantan";
export default {
components: {
tantan
}
}
<template>
<div>
<tantan></tantan>
</div>
</template>
直接修改源码自定义即可,代码很简单
无
无
无