2.0.4 • Published 2 years ago

beautiful-components v2.0.4

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

beautiful-components

安装

npm install beautiful-components

引用

import { Time, Loading } from "beautiful-components";
Vue.use(Time);
Vue.use(Loading);

参数

<Time :language="'en'" :geshi="24" :size="30"></Time>//language:zh为中文,en为英文;geshi:日期格式,值为12或24;size:初始大小,最小值为18
<Loading myname="#time"></Loading>//name:传入要给某个dom节点添加的选择器
2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago