@shijiu/jsview-vue-samples 1.9.915 → 1.9.931

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.
@@ -13,4 +13,4 @@
13
13
  .content-font {
14
14
  font-family: 黑体;
15
15
  font-size: 12;
16
- };
16
+ }
@@ -3,6 +3,7 @@
3
3
  <div
4
4
  class="content-font"
5
5
  :style="{ width: 70, height: 25, backgroundColor: 'rgba(0, 255, 0, 1)' }"
6
+ @load.jsvoption="onJsvEventCallback"
6
7
  >
7
8
  坐标未设
8
9
  </div>
@@ -63,6 +64,10 @@ onUnmounted(() => {
63
64
  clearInterval(loopVShow);
64
65
  });
65
66
 
67
+ function onJsvEventCallback() {
68
+ console.error('Event jsview options example of writing, never be called.');
69
+ }
70
+
66
71
  </script>
67
72
 
68
73
  <style>
@@ -212,4 +212,4 @@ const router = createRouter({
212
212
  routes: routeList,
213
213
  });
214
214
 
215
- export { router, routeList };
215
+ export { router, routeList }
@@ -54,5 +54,5 @@ const item_url =
54
54
  }
55
55
  to {
56
56
  }
57
- } ;
57
+ }
58
58
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shijiu/jsview-vue-samples",
3
- "version": "1.9.915",
3
+ "version": "1.9.931",
4
4
  "license": "MIT",
5
5
  "repository": "system/jsview-framework",
6
6
  "author": "mengxk",