mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
package.json整理
This commit is contained in:
parent
df7024159a
commit
5f0f58323c
13
src/index.js
13
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user