@netang/quasar 0.0.80 → 0.0.81

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.
@@ -75,6 +75,8 @@ import { computed } from 'vue'
75
75
 
76
76
  import $n_omit from 'lodash/omit'
77
77
 
78
+ import $n_isValidObject from '@netang/utils/isValidObject'
79
+
78
80
  import $n_copy from '../../utils/copy'
79
81
 
80
82
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"