@truenewx/tnxvue3 3.0.0-alpha.7 → 3.0.0-alpha.8

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": "@truenewx/tnxvue3",
3
- "version": "3.0.0-alpha.7",
3
+ "version": "3.0.0-alpha.8",
4
4
  "description": "互联网技术解决方案:Vue3扩展支持",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,7 +15,7 @@
15
15
  </template>
16
16
 
17
17
  <script>
18
- import $ from 'jquery';
18
+ import * as $ from 'jquery';
19
19
 
20
20
  const util = window.tnx.util;
21
21
 
@@ -124,7 +124,7 @@ export default {
124
124
  },
125
125
  mounted() {
126
126
  let vm = this;
127
- this.$watch('model', function() {
127
+ this.$watch('model', function () {
128
128
  vm.emitModelValue();
129
129
  }, {
130
130
  deep: true