fix lint
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
<script>
|
||||
import Popup from 'packages/popup';
|
||||
import PopupManager from 'src/mixins/popup/popup-manager';
|
||||
|
||||
const CANCEL_TEXT = '取消';
|
||||
const CONFIRM_TEXT = '确认';
|
||||
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
|
||||
beforeMount() {
|
||||
if (this.transition !== 'popup-fade') {
|
||||
this.currentTransition = `popup-slide-${ this.position }`;
|
||||
this.currentTransition = `popup-slide-${this.position}`;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user