2.0.2 • Published 1 year ago

@glodon-open/header-vue3 v2.0.2

Weekly downloads
-
License
Apache 2
Repository
-
Last release
1 year ago

Glodon Open Header

OPEN 提供控制台头部导航,供 PC 引用,保持统一的设计风格。

模块化

  • 安装依赖
npm i @glodon-open/header-vue3 -S
  • 引入组件
import { GldOpenHeader } from '@glodon-open/header-vue3';
import '@glodon-open/header-vue3/lib/index.css';

用例

<template>
  <gld-open-header :accountData="state.config" consoleName="控制台" />
</template>

<script setup>
import { reactive } from 'vue';

const state = reactive({
  config:{
    profile: {
        displayName : '用户名称',
        avatarUrl : '用户头像链接'
    },
    component: {
        count: 2
    },
    verification: {
        status: "verified"
    }
  }
})
</script>

事件

事件描述必填默认值
before-sign-out登出前触发事件-

属性

属性描述类型参数范围必填默认值
env发布环境Stringdevelopment / productionproduction
fixed顶部固定Boolean-false
zIndex组件层级Number-99
consoleName控制台名称String--
consoleEntryText控制台入口文本String-控制台
accountData用户数据Object--

Account Data

属性描述类型参数范围必填默认值
verification.status开放平台审核状态Stringverified-
component.count用户上架的组件数Number-0
profile.displayName用户名称String-''
profile.avatarUrl用户头像链接String-''
2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.0-rc

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.1.0-rc

2 years ago