This commit is contained in:
Georges KABBOUCHI
2023-04-24 21:47:20 +03:00
parent 0f6eb4803b
commit d9ad4fa3e3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-tippy",
"version": "6.1.0-beta.1",
"version": "6.1.0-beta.2",
"main": "index.js",
"module": "dist/vue-tippy.mjs",
"unpkg": "dist/vue-tippy.iife.js",
+2 -2
View File
@@ -20,11 +20,11 @@ const TippyComponent = defineComponent({
type: [String, Function] as PropType<string | Element>,
},
tag: {
type: String,
type: [String, Object],
default: 'span'
},
contentTag: {
type: String,
type: [String, Object],
default: 'span'
},
contentClass: {