feiyu02
2025-07-21 5be9679fb4288936b576cf3d1f1548af1c4151b8
src/components/CompGenericWrapper.vue
@@ -9,6 +9,7 @@
    destroy-on-close
    :draggable="draggable"
    :modal="modal"
    :append-to-body="appendToBody"
  >
    <div v-if="visible">
      <slot name="content"></slot>
@@ -45,6 +46,10 @@
  modal: {
    type: Boolean,
    default: true
  },
  appendToBody: {
    type: Boolean,
    default: true
  }
});
const typeOptions = ref([