mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
cell components
This commit is contained in:
@@ -2,6 +2,8 @@ import Sample from '../packages/sample/index.js';
|
||||
import Button from '../packages/button/index.js';
|
||||
import Switch from '../packages/switch/index.js';
|
||||
import Field from '../packages/field/index.js';
|
||||
import Radio from '../packages/radio/index.js';
|
||||
import Cell from '../packages/cell/index.js';
|
||||
// zenui
|
||||
import '../packages/zenui/src/index.pcss';
|
||||
|
||||
@@ -12,6 +14,8 @@ const install = function(Vue) {
|
||||
Vue.component(Button.name, Button);
|
||||
Vue.component(Switch.name, Switch);
|
||||
Vue.component(Field.name, Field);
|
||||
Vue.component(Radio.name, Radio);
|
||||
Vue.component(Cell.name, Cell);
|
||||
};
|
||||
|
||||
// auto install
|
||||
@@ -25,5 +29,7 @@ module.exports = {
|
||||
Sample,
|
||||
Button,
|
||||
Switch,
|
||||
Field
|
||||
Field,
|
||||
Radio,
|
||||
Cell
|
||||
};
|
||||
|
Reference in New Issue
Block a user