From 5f0f58323c67386e0e8faa59adafc1e504ee36ed Mon Sep 17 00:00:00 2001 From: cookfront Date: Fri, 10 Feb 2017 16:06:03 +0800 Subject: [PATCH] =?UTF-8?q?package.json=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/index.js b/src/index.js index 805add4f5..34cf81788 100644 --- a/src/index.js +++ b/src/index.js @@ -1,12 +1,6 @@ import Sample from '../packages/sample/index.js'; import Button from '../packages/button/index.js'; import Switch from '../packages/switch/index.js'; -import 'es6-promise/auto'; -import axios from 'axios'; -import foreach from 'lodash/foreach'; -import filter from 'lodash/filter'; -import find from 'lodash/find'; -import map from 'lodash/map'; // zenui import '../packages/zenui/src/index.pcss'; @@ -26,13 +20,6 @@ if (typeof window !== 'undefined' && window.Vue) { module.exports = { install, version: '0.0.1', - axios, - _: { - foreach, - filter, - find, - map - }, Sample, Button, Switch