Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 914 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 914 Bytes

doc

vitepress-doc

MIT github react

预览地址

Project setup

npm install ddLazy-ui-plus

Quick Start

import { createApp } from 'vue';
import ddlazyUi from 'ddlazy-ui-plus';
import 'ddlazy-ui-plus/lib/index.css';
import App from './App.vue';

const app = createApp(App);

app.use(ddlazyUi);
app.mount('#app');

Browser Support

Modern browsers and Internet Explorer 10+.

NPM

NPM

LICENSE

MIT