wip
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user