three-trees-ui 1.1.3 → 1.1.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "three-trees-ui",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  import emitter from '@/mixins/emitter.js'
34
34
  import mobileMode from '@/mixins/mobileMode.js'
35
35
  import { Notification } from 'element-ui'
36
- import { Notify } from 'vant'
36
+ // import { Notify } from 'vant'
37
37
 
38
38
  import Vue from 'vue'
39
39
  export default {
@@ -221,7 +221,7 @@
221
221
  })
222
222
  // 判断是移动端还是pc
223
223
  if (utils.isMobile()) {
224
- Notify({
224
+ this.$notify({
225
225
  message: messages.join('\n'),
226
226
  background: '#f25130',
227
227
  })