npm i funt-ui -S
yarn add funt-ui -S
1.引入所有组件
import Vue from 'vue';
import Funt from 'funt-ui';
import 'funt-ui/lib/styles/funt-ui.css';
Vue.use(Funt);
import Vue from 'vue';
import { Loading, Scroll } from 'funt-ui';
import 'funt-ui/lib/styles/funt-ui.css';
Vue.use(Loading);
Vue.use(Scroll);
-
loading -csh
-
走马灯(横向,纵向) -csh
-
scroll 拖动容器 -csh
-
表单验证(指令)(组件?) -hjy
-
图片懒加载/预加载(指令) -yn
// - [ ] 表格组件 -hyq
-
clickOutSide -tl
-
Popover -
-
Drawer -tl
-
modal -dp
-
数字键盘 link -hsy