1.0.3 • Published 5 months ago

lcl-components v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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

5 months ago

1.0.2

5 months ago

1.0.1

7 months ago

1.0.0

7 months ago