pym-add-goods
TypeScript icon, indicating that this package has built-in type declarations

1.1.22 • Public • Published

物管中心物品新增组件

Install

Using npm:

    npm install pym-add-goods --save

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

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i pym-add-goods

Weekly Downloads

4

Version

1.1.22

License

MIT

Unpacked Size

34.3 MB

Total Files

474

Last publish

Collaborators

  • neiljay
  • gosuncn