Socket
Socket
Sign inDemoInstall

qinyuan-header-vue2

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

qinyuan-header-vue2

清远头部插件


Version published
Maintainers
1
Weekly downloads
14
increased by1300%

Weekly downloads

Readme

Source

qinyuan-header-vue2

qinyuan-header-vue2 common components 清远智慧水务前端公共组件

基于 element-ui vue2.x 版本

Install

$ npm i qinyuan-header-vue2

Usage

组件内按需引用 推荐

import { Header } from 'qinyuan-header-vue2'

//注册
 components: {
    Header
  },
//使用
<template>
    <Header select="管道修复工程管理"/>
</template>

全局注册使用 不推荐

import Vue from 'vue'
import qinyuanHeader from 'qinyuan-header-vue2'

Vue.use(qinyuanHeader)
//使用
<template>
    <Header select="管道修复工程管理"/>
</template>

可选参数 right Number 靠右侧距离 minWidth Number 最小缩放大小

<template>
    <Header select="管道修复工程管理" :right='900' :minWidth='710'/>
</template>

FAQs

Last updated on 12 May 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc