1.0.3 • Published 2 years ago

lcl-components v1.0.3

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

介绍

lclComponents 是一个轻量、可靠的组件库,于 2023 年开源。

安装

Vue 3 项目,安装最新版 lclComponents

npm i lcl-components -S

组件和方法

组件:

1.PullRefreshList #滑动更新

方法

1.isJSON #判断是否JSON格式 2.JSONFormat #JSON格式化 3.JSONCompress #JSON压缩

快速上手

import Vue from 'vue';
import lclComponents from 'lcl-components'

Vue.use(lclComponents);
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago