mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
field component
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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';
|
||||
// zenui
|
||||
import '../packages/zenui/src/index.pcss';
|
||||
|
||||
@@ -10,6 +11,7 @@ const install = function(Vue) {
|
||||
Vue.component(Sample.name, Sample);
|
||||
Vue.component(Button.name, Button);
|
||||
Vue.component(Switch.name, Switch);
|
||||
Vue.component(Field.name, Field);
|
||||
};
|
||||
|
||||
// auto install
|
||||
@@ -22,5 +24,6 @@ module.exports = {
|
||||
version: '0.0.1',
|
||||
Sample,
|
||||
Button,
|
||||
Switch
|
||||
Switch,
|
||||
Field
|
||||
};
|
||||
|
Reference in New Issue
Block a user