1.0.3 • Published 27 days ago

@tomoeed/vue-dialog v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
27 days ago

vue-dialog

一个 vue3 对话框组件

安装

npm install @tomoeed/vue-dialog --save

基础用法

<template>
<Dialog v-model="status">
  <Header>Title</Header>
  <Body>...</Body>
</Dialog>
</template>

<script setup>
import { ref } from 'vue';
import { Dialog, Header, Body } from '@tomoeed/vue-dialog';

const status = ref(false);
</script>

组件

License

Apache-2.0

1.0.3

27 days ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago