一款基于Vue2的大屏自配置组件
- 下载
npm install vue-screen-configuration
- 引入
import * as VueScreenConfiguration from 'vue-screen-configuration'
Object.keys(VueScreenConfiguration).forEach(key => {
Vue.use(VueScreenConfiguration[`${key}`])
})
- 使用
<template>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style></style>
组件 | 名称 | 备注 |
---|---|---|
依赖 | 依赖包 | 备注 |
---|---|---|
vue | vue 2.x | 基于vue2的运行时进行构建 |
ant-design-vue | ant-design-vue 1.x | 基于ant-design-vue的组件库进行构建,主题色修改等请参看主题说明 |
Copyright (c) 2023-present Victor Lee