superkit-teambition
Advanced tools
Comparing version 1.7.47 to 1.7.49
{ | ||
"name": "superkit-teambition", | ||
"version": "1.7.47", | ||
"version": "1.7.49", | ||
"description": "[superKit × Teambition] Vue.js PC components library for Teambition application project", | ||
@@ -18,3 +18,2 @@ "author": "hugojing", | ||
"precommit-msg": "echo 'Pre-commit checks...' && exit 0", | ||
"prepublishOnly": "bash ./bin/prepublish.sh", | ||
"postpublish": "bash ./bin/postpublish.sh" | ||
@@ -21,0 +20,0 @@ }, |
@@ -228,3 +228,4 @@ function offset(ele) { | ||
data.offsets = getOffsets(this.$parent, this.$popper, this.option, this.name) | ||
if (!data.offsets.popper.left && !data.offsets.popper.top) { | ||
if (typeof data.offsets.popper.left === 'undefined' && | ||
typeof data.offsets.popper.top === 'undefined') { | ||
this.$popper.remove() | ||
@@ -231,0 +232,0 @@ this.state.onClose() |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4857989
242
9634