1.0.6 • Published 3 years ago

swzhao_nav v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

nav

Install

安装方法:
1.npm安装:
npm: npm install swzhao_nav

Quick Start

<template>
<div id="app">
    <TabsComponent :rootPathList="rootPathListData" />
  </div>
</template>
import TabsComponent from 'TabsComponent'
...,
components: {TabsComponent},

Params

propData: 传递的参数
rootPathListData:[
         {
        rootName: '标签1',
        toPath: 'tab1',
        rootIcon: 'comacmy_nor',
        rootIconActived: 'comacmy_sel',
        rootActived: true
      },
      {
        rootName: '标签2',
        toPath: 'tab2',
        rootIcon: 'comacwork_nor',
        rootIconActived: 'comacwork_sel',
        rootActived: false
      },
      {
        rootName: '标签3',
        toPath: 'tab3',
        rootIcon: 'comacoverview_nor',
        rootIconActived: 'comacoverview_sel',
        rootActived: false
      }
    ]
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago