wip
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-tippy",
|
"name": "vue-tippy",
|
||||||
"version": "6.1.0-beta.1",
|
"version": "6.1.0-beta.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "dist/vue-tippy.mjs",
|
"module": "dist/vue-tippy.mjs",
|
||||||
"unpkg": "dist/vue-tippy.iife.js",
|
"unpkg": "dist/vue-tippy.iife.js",
|
||||||
|
|||||||
@@ -20,11 +20,11 @@ const TippyComponent = defineComponent({
|
|||||||
type: [String, Function] as PropType<string | Element>,
|
type: [String, Function] as PropType<string | Element>,
|
||||||
},
|
},
|
||||||
tag: {
|
tag: {
|
||||||
type: String,
|
type: [String, Object],
|
||||||
default: 'span'
|
default: 'span'
|
||||||
},
|
},
|
||||||
contentTag: {
|
contentTag: {
|
||||||
type: String,
|
type: [String, Object],
|
||||||
default: 'span'
|
default: 'span'
|
||||||
},
|
},
|
||||||
contentClass: {
|
contentClass: {
|
||||||
|
|||||||
Reference in New Issue
Block a user