🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

tinylayer

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinylayer

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

latest
npmnpm
Version
2.2.2
Version published
Weekly downloads
1
-95.83%
Maintainers
1
Weekly downloads
 
Created
Source

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 );

浏览器支持

ChromeFirefoxEdgeSafariIE
last 2 versionslast 2 versionslast 2 versionslast 2 versions不支持

Keywords

tinylayer

FAQs

Package last updated on 01 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts