fix(modal): fix modal not showing footer

This commit is contained in:
vben
2020-10-29 23:59:54 +08:00
parent 2f1fbf8e48
commit fb0c7763ed
12 changed files with 131 additions and 116 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
import { defineComponent, PropType, computed, unref } from 'vue';
import type { PropType } from 'vue';
import { defineComponent, computed, unref } from 'vue';
import { PermissionModeEnum } from '/@/enums/appEnum';
import { RoleEnum } from '/@/enums/roleEnum';