gunter-kgd 1.0.13 → 1.0.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.
package/assets/add.png ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
package/gante.vue CHANGED
@@ -11,8 +11,8 @@
11
11
  @input="(val)=> trickMode(val)"
12
12
  ></dropdown>
13
13
  <div @click="toFullScreen" class="fullScreen">
14
- <img v-if="fullScreen" src="../../assets/outScreen.png" alt="">
15
- <img v-else src="../../assets/fullScreen.png" alt="">
14
+ <img v-if="fullScreen" src="./assets/outScreen.png" alt="">
15
+ <img v-else src="./assets/fullScreen.png" alt="">
16
16
  </div>
17
17
  </div>
18
18
  <!--左边表格-->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gunter-kgd",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "gante-vue.common.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"