@kengic/uni 0.3.2-beta.13 → 0.3.2-beta.14

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.
@@ -103,7 +103,7 @@
103
103
  <!-- #endif -->
104
104
 
105
105
  </template>
106
- <script src='wx.wxs' module="wxsswipe" lang="wxs"></script>
106
+ <script src='./wx.wxs' module="wxsswipe" lang="wxs"></script>
107
107
 
108
108
  <script module="renderswipe" lang="renderjs">
109
109
  import render from './render.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/uni",
3
- "version": "0.3.2-beta.13",
3
+ "version": "0.3.2-beta.14",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",