pym-jcxg-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

物管中心物品分类列表组件

Install

Using npm:

    npm install pym-categories-goods --save

全局引用:在main.js中配置纠错列表组件引用

    // main.js
    import categoriesList from 'pym-categories-goods';
    Vue.use(categoriesList);
    
    // test.vue
    <CategoriesList wplx="1"/>

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

    // test.vue
    <template>
        <CategoriesList wplx="1"/>
    </template>
    import {CategoriesList} from 'pym-categories-goods';
    export default {
        components:{
            CategoriesList
        }
    }

Readme

Keywords

Package Sidebar

Install

npm i pym-jcxg-list

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

27.9 MB

Total Files

465

Last publish

Collaborators

  • neiljay
  • gosuncn