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
View File
@@ -19,7 +19,6 @@
<script>
import Popup from 'packages/popup';
import PopupManager from 'src/mixins/popup/popup-manager';
const CANCEL_TEXT = '取消';
const CONFIRM_TEXT = '确认';
+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}`;
}
},