luoluo-vue-components

A simple encapsulation of ElementPlus


Keywords
vue3, element-plus
License
MIT
Install
npm install luoluo-vue-components@0.0.4

Documentation

luoluo-vue-components

对 ElementPlus 的简单封装。覆盖了一些常用的组合使用场景。

A simple encapsulation of ElementPlus. Covering some common combination usage scenarios.

你仍然需要在你的工作区安装vue和element-plus,另外,不要忘记对CSS进行引入。

You still need to install vue and element-plus in your workspace, and don't forget to import CSS.

@import '/node_modules/element-plus/theme-chalk/index.css';
@import '/node_modules/element-plus/theme-chalk/dark/css-vars.css';
@import '/node_modules/luoluo-vue-components/dist/style.css';

Deprecation Notice

This project is no longer maintained. Please use https://www.npmjs.com/package/@yyhhenry/element-extra instead.