This commit is contained in:
Leopoldthecoder
2016-09-08 18:11:18 +08:00
parent 65d6938ddf
commit f7cc340f3c
5 changed files with 21 additions and 39 deletions

View File

@@ -63,7 +63,7 @@ export default {
const options = this.options;
const popper = this.popper || this.$refs.popper;
const reference = this.reference || this.$refs.reference || this.$slots.reference[0].elm;;
const reference = this.reference || this.$refs.reference || this.$slots.reference[0].elm;
if (!popper || !reference) return;
if (this.visibleArrow) {