去除less依赖

This commit is contained in:
cookfront
2017-02-13 23:12:52 +08:00
parent e3d5585e9b
commit 866148b3d9
8 changed files with 48 additions and 58 deletions

View File

@@ -1,4 +1,3 @@
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';
@@ -11,7 +10,6 @@ import '../packages/zenui/src/index.pcss';
const install = function(Vue) {
if (install.installed) return;
Vue.component(Sample.name, Sample);
Vue.component(Button.name, Button);
Vue.component(Switch.name, Switch);
Vue.component(Field.name, Field);
@@ -28,7 +26,6 @@ if (typeof window !== 'undefined' && window.Vue) {
module.exports = {
install,
version: '0.0.1',
Sample,
Button,
Switch,
Field,