New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ektx/v-breadcrumb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ektx/v-breadcrumb

vue 面包屑功能 - vue breadcrumb component

  • 0.2.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

VBreadcrumb

vue.js 面包屑功能

使用

<tempalte>
  <div>
      <!-- 面包屑组件 浏览器跳转方式 -->
    <VBreadcrumb/>

    <!-- 面包屑组件 自定义跳转方式 -->
    <VBreadcrumb ref="vbreadcrumb" @:sendBreadCrumbEvt="emitBreadCrumbEvt"/>
    </div>
</tempalte>

<script>
import VBreadcrumb from '@ektx/v-breadcrumb'

export default {
    components: { VBreadcrumb },
    methods: {
        emitBreadCrumbEvt (data) {
            console.log(data) // => {url: '/home'}
        }
    }
}
</script>

说明

标签说明
ref用于自定义事件回调 id
@:sendBreadCrumbEvt点击面包屑回调事件

Keywords

FAQs

Package last updated on 27 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc