0.2.0 • Published 3 years ago

ljqc-overview v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

ljqc-overview

安装

npm install ljqc-overview

引入

import LjqcOverview from 'ljqc-overview'

使用

<LjqcOverview :cloudId="" baseUrl="" />

说明

cloudId: id传参数 baseUrl: api地址

备注

使用时项目中需要引入vue和element-plus的包

import { createApp } from 'vue'
import App from './App.vue'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import locale from 'element-plus/lib/locale/lang/zh-cn'
const app = createApp(App)
app.use(ElementPlus, { locale }).mount('#app')

地址

(https://www.npmjs.com/package/ljqc-overview)

0.2.0

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago