# vue3-layer **Repository Path**: xflyyxfl/vue3-layer ## Basic Information - **Project Name**: vue3-layer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-04 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3-Layer 弹出层 [![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/liicos/vue3-layer) [![github](https://img.shields.io/badge/Author-legad-blue.svg)](https://github.com/liicos) [![document](https://img.shields.io/badge/Doc-welcome-red.svg)](http://vue-layer.then66.top) vue3-layer 是一款基于 layer.js 上层封装的 vue3 组件,100%支持 layer.js 的 API ## 为什么写这个组件 如果你对 layer.js 的 UI 风格足够熟悉,你会发现国内使用 layer.js 的网站非常之多,然而基于 jQuery 的它并不能很好的适配 MVVM 的开发模式,开发这个组件的目的就是为了让大家在 Vue 中也能方便的使用这个多功能弹出层 ~ ## 通过 npm 或者 yarn 安装 ```shell # npm npm install vue3-layer --save # yarn yarn add vue3-layer ``` ## [示例 (Example)](http://vue-layer.then66.top/guide/start.html) ## [文档 (Document)](http://vue-layer.then66.top)