0.2.0 • Published 2 years ago

ljqc-overview v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago