el-dragDialog => el-drag-dialog

This commit is contained in:
Pan 2019-04-10 16:31:02 +08:00
parent 677fdb2b5e
commit a728a9885e
3 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</template>
<script>
import elDragDialog from '@/directive/el-dragDialog' // base on element-ui
import elDragDialog from '@/directive/el-drag-dialog' // base on element-ui
export default {
name: 'DragDialogDemo',