@zoompinch/vue 0.0.34 → 0.0.36
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/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ npm install @zoompinch/vue
|
|
|
56
56
|
<script setup lang="ts">
|
|
57
57
|
import { ref } from 'vue';
|
|
58
58
|
import { Zoompinch } from '@zoompinch/vue';
|
|
59
|
+
import '@zoompinch/vue/style.css';
|
|
59
60
|
|
|
60
61
|
const zoompinchRef = ref<InstanceType<typeof Zoompinch>>();
|
|
61
62
|
const transform = ref({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoompinch/vue",
|
|
3
3
|
"description": "Vue wrapper for ZoomPinch - reactive pinch & zoom component",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.36",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/zoompinch-vue.umd.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vue-tsc": "^3.2.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@zoompinch/core": "^0.0.
|
|
47
|
+
"@zoompinch/core": "^0.0.36"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"vue": "^3.5.26"
|