We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102243e commit 860b84cCopy full SHA for 860b84c
src/components/IKImage.vue
@@ -5,7 +5,7 @@
5
<script>
6
import { defineComponent } from 'vue';
7
import ImageKit from 'imagekit-javascript';
8
-const VERSION = "2.0.2";
+const VERSION = "3.0.1";
9
10
export default defineComponent({
11
name: "ik-image",
src/components/IKUpload.vue
@@ -7,7 +7,7 @@
import ImageKit from "imagekit-javascript";
import { inject, ref } from "vue";
12
export default {
13
name: "ik-upload",
src/components/IKVideo.vue
@@ -4,7 +4,7 @@
4
name: "ik-video",
0 commit comments