$ui/components/my-anchor

锚菜单组件

Source:
Author:
  • chenhuachun

Members

(inner) props

Source:
Properties:
Name Type Attributes Description
affix Object <optional>

MyAffix组件配置项 {offsetTop, offsetBottom, target}

data Array <optional>

菜单数据数组,数据项 {title, icon, href, anchor}

Properties
Name Type Attributes Description
title string <optional>

菜单标题文本

icon string | Object <optional>

标题前面的图标

href string <optional>

菜单链接地址

anchor string <optional>

菜单锚位置id,href 与 anchor 二选一

属性参数

(inner) slots

Source:
Properties:
Name Type Description
title string

作用域插槽,参数:菜单数据项对象

插槽

Events

click

Source:

点击菜单项时触发

Parameters:
Name Type Description
vm VueComponent

菜单项实例