Skip to content

Modal

normal

html
<g-modal :visible="visible" @cancel="toggle" @ok="toggle">
  <template #title>This is header</template>
  This is Content
</g-modal>
<g-button @click="toggle">open</g-button>