src/views/popup/Dialog.vue
@@ -1,15 +1,15 @@ <template> <el-dialog <el-dialog v-dialogDrag :title="title" :visible.sync="centerDialogVisible" width="30%" :modal="false" :close-on-click-modal="false" center> <slot></slot> </el-dialog> </template> <script> // import '@/assets/css/map/map-popup.scss' export default { name: 'Dialog',