0.1.14 • Published 12 months ago

portal-layout v0.1.14

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

portal-layout

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

发包命令

npm run lib
npm publish

门户菜单工程

属性说明

参数说明类型默认值
menuList菜单Array[]
userName用户名String""
title标题String""
hideSidebar第一个菜单打开tab签固定在第一位Booleantrue

属性传值示例

menuList: { "index": "1", "title": "首页", "name": "home" }, { "index": "2", "title": "关于", "name": "about1" }, { "index": "3", "title": "列表", "name": "list" }, { "index": "4", "title": "登录", "name": "login" }, { "index": "5", "title": "Demo", "name": "demo22" }

回调函数说明

before-click,添加tab签前的回调函数 menu-click,点击menu,添加tab的回调函数

0.1.13

1 year ago

0.1.14

12 months ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago