update pos when slot changes.

added remove test
This commit is contained in:
Rijn 2017-01-16 18:02:51 -06:00
parent 5e8be9b390
commit 8f4e2cf0c3
3 changed files with 10 additions and 1 deletions

View file

@ -22,5 +22,10 @@
}
}
},
compiled () {
// this.$parent.slotChange();
// this.$parent.updateSlides(true, true);
// this.$parent.updatePos();
}
};
</script>