1.0.1 • Published 2 years ago

@fcli/vue-vercode v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

vue-vercode

VUE3 虚拟列表,支持动态计算数据高度

npm install @fcli/vue-vercode --save-dev 来安装

在项目中使用
import VerCode from '@fcli/vue-vercode';
const app=createApp(App)
app.use(VerCode);

示例:

<div class="content">
    <ver-code ref=verCode></ver-code>
</div>
//获取验证码组件的数据
let code = verCode.value.show_num.join('');
1.0.1

2 years ago

1.0.0

2 years ago