6 Star 112 Fork 17

FeCoder / TinyLayer

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

TinyLayer

使用 Vue 开发的桌面端弹窗组件

组件文档


模式

  • Loading 模式
  • Alert 模式
  • Confirm 模式
  • Prompt 模式
  • Modal 模式

安装

npm i tinylayer -S

引入

// main.js 中引入并注册 
import { createApp } from "vue";
import App from "./App.vue";
const app = createApp( App );

import TinyLayer from "tinylayer";
app.use( TinyLayer );

浏览器支持

Chrome Firefox Edge Safari Opera
last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

About

使用 Vue 开发的桌面端弹窗组件 expand collapse
Cancel

Releases

No release

TinyLayer

Contributors

All

Activities

Load More
can not load any more
JavaScript
1
https://gitee.com/dreamer365/tinylayer.git
git@gitee.com:dreamer365/tinylayer.git
dreamer365
tinylayer
TinyLayer
master

Search