Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

enn-breadcrumb

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enn-breadcrumb - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/Breadcrumb.vue

2

index.js

@@ -1,2 +0,2 @@

import Breadcrumb from './src/Breadcrumb.vue';
import Breadcrumb from './lib/Breadcrumb.vue';

@@ -3,0 +3,0 @@ /**

{
"name": "enn-breadcrumb",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -8,4 +8,8 @@ "main": "index.js",

"files": [
"src"
"lib"
],
"keywords": [
"breadcrumb",
"enn"
],
"scripts": {

@@ -12,0 +16,0 @@ "dev": "vue-cli-service serve",

@@ -1,2 +0,1 @@

README
# Breadcrumb

@@ -38,7 +37,7 @@

| 参数 | 类型 | 必填 | 默认值 | 说明 |
| ----------- | ------- | ---- | ------------------- | ------------------------------------------------------- |
| breadcrumbs | Array | | [{ label: '首页' }] | 面包屑的数据 |
| home | string | | - | 默认为首页的 name。useHistory: true 时 为对应跳转的链接 |
| useHistory | boolean | | - | 使用 history API 跳转首页的链接 |
| 参数 | 类型 | 必填 | 默认值 | 说明 |
| ----------- | ------- | ---- | ------------------- | ------------------------------- |
| breadcrumbs | Array | | [{ label: '首页' }] | 面包屑的数据 |
| home | string | | - | 首页跳转的 name |
| useHistory | boolean | | - | 使用 history API 跳转首页的链接 |

@@ -45,0 +44,0 @@ ##### Tips

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