🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

qinyuan-header-vue2

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qinyuan-header-vue2

清远头部插件

0.0.14
latest
npm
Version published
Weekly downloads
53
278.57%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 12 May 2022

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