vue3-dialog-c
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

vue3-dialog-c

a vue3 dialog component

Install

npm install vue3-dialog-c

使用

1.main.js

import 'vue3-dialog-c/lib/style.css'

2.App.vue

<!--App.vue -->
<script setup lang="ts">
import { RouterView } from "vue-router";
import { DialogProvider } from "vue3-dialog-c";
</script>

<template>
  <DialogProvider>
    <RouterView />
  </DialogProvider>
</template>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.116latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.116
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i vue3-dialog-c

Weekly Downloads

6

Version

0.0.11

License

MIT

Unpacked Size

30.3 kB

Total Files

13

Last publish

Collaborators

  • chenxiaofei