cia-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

cia组件

Install

Using npm:

    npm install cia-components --save

, , , , ,

全局引用:在main.js中配置引用,目前内嵌6个组件: 1、自定义弹窗 customDialog 2、列表组件 dataGrid 3、字典 dic 4、流程审批 flowGeneralAudit 5、流程审批记录 flowGeneralHistory 6、流程启动 startApproval

    // main.js 示例
    import cia from 'cia-components'; 
    Vue.use(cia);
    
    // test.vue
    import {customDialog} from 'cia-components'; 

局部引用:在引用模块中引用

    
    <template>
        <custom-dialog></custom-dialog>
    </template>
    import {customDialog} from 'cia-component';
    export default {
        components:{
            customDialog
        }
    }

Readme

Keywords

Package Sidebar

Install

npm i cia-components

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

1.74 MB

Total Files

6

Last publish

Collaborators

  • hannahjx