Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klgd committed Apr 13, 2019
1 parent 41d716a commit b025836
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
export const Notify = require('vant-weapp/dist/notify/notify');
export const Toast = require('vant-weapp/dist/toast/toast');
export const Dialog = require('vant-weapp/dist/dialog/dialog');
'use strict';

exports.__esModule = true;
exports.Notify = exports.Toast = exports.Dialog = undefined;

var _notify = require('vant-weapp/lib/notify/notify');
var _toast = require('vant-weapp/lib/toast/toast');
var _dialog = require('vant-weapp/lib/dialog/dialog');

exports.Notify = _notify.default;
exports.Toast = _toast.default;
exports.Dialog = _dialog.default;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wepy-vant",
"version": "1.0.0",
"version": "1.0.2",
"description": "wepy vant",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b025836

Please sign in to comment.