@sweetui/sweet
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@sweetui/sweet", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Sweet Core", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import Vue from 'vue'; | ||
import axios from 'axios'; | ||
import store from '../store/'; | ||
import tool from '../tool/'; | ||
const SWXHR = function(options, store, tool) { | ||
const SWXHR = function(options) { | ||
// 注册 | ||
@@ -6,0 +8,0 @@ this._reg(store, tool); |
19421
380