This commit is contained in:
cookfront
2017-02-16 16:54:15 +08:00
parent 3a1fca4953
commit c45822b400
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export default {
beforeMount() {
if (this.transition !== 'popup-fade') {
this.currentTransition = `popup-slide-${ this.position }`;
this.currentTransition = `popup-slide-${this.position}`;
}
},