A Vue.js 3.0 UI Toolkit for Web.
npm install element3 -S
import { createApp } from 'vue'
import App from './App.vue'
import Element3 from 'element3'
// global import
const app = createApp(App)
app.use(Element3)
// or according to the need to import
import {
ElLink,
ElButton
// ...
} from 'element3'
app.component(ElLink.name, ElLink)
app.component(ElButton.name, ElButton)
TODO
TODO
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Detailed changes for each release are documented in the CHANGELOG.
Please make sure to read the Contributing Guide before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to this curated list!
Thank you to all the people who already contributed to Element3!
Scan the QR code using Dingtalk App to join in discussion group :