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

<!-- * @Author: liujieqiang 501920078@qq.com * @Date: 2022-05-09 15:02:27 * @LastEditors: liujieqiang 501920078@qq.com * @LastEditTime: 2022-05-10 14:26:47 * @FilePath: \qinyuan-header\README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHead


Version published
Weekly downloads
7
Maintainers
1
Created
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>

FAQs

Last updated on 11 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