his-menu

0.0.5 • Public • Published

#his-menu image

妈咪侧边菜单栏组件

安装

  // yarn 
  $ yarn add his-menu

  // npm 
  $ npm i his-menu

使用

  <template>
    <HisMenu 
      :menus="menus"          // 菜单数据
      :spot="spot"            // 诊所数据
    />
  </template>

  <script>
  import HisMenu from 'his-menu';

  const {menus, spot} = window.globalData;

  export default {
    name: 'Test',
    data() {
      return {
        menus, spot
      }
    },
    components: { HisMenu }
  }
  </script>

  <style scoped lang="less">
    @import './index.less';
  </style>

Readme

Keywords

Package Sidebar

Install

npm i his-menu

Weekly Downloads

0

Version

0.0.5

License

none

Unpacked Size

578 kB

Total Files

23

Last publish

Collaborators

  • wuliangren
  • corpor