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

1.1.16 • Public • Published

物管中心物品新增组件

Install

Using npm:

    npm install pym-add-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-categories-goods

Weekly Downloads

0

Version

1.1.16

License

MIT

Unpacked Size

33.8 MB

Total Files

469

Last publish

Collaborators

  • neiljay
  • gosuncn