mooho-base-admin-plus 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "dotnetVersion": "1.3.97",
7
7
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  import store from '../../store';
2
- import axios from 'axios';
2
+ import * as axios from 'axios';
3
3
  import util from '../util';
4
4
  import router from '../../router';
5
5
  import swal from 'sweetalert2';