New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

commomwebpros

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

commomwebpros

wg commom 组件

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

组件使用说明

使用组件

npm安装组件

npm 安装
npm i commomwebpros

使用

import commomwebpros from 'commomwebpros' // 引用组件
Vue user(commomwebpros)

使用示例

<template>
  <div>
    <SideBar
      :user-siderbar-show="userSiderbarShow"
      :user-info="userInfo"
      :nav-list="navList"
      :services="services"
      @setSidebarShow="hideSidebarHandle"
    />
  </div>
</template>

组件属性

userSiderbarShow: 是否展示sideBar,类型:Boolean, 默认值: true ,可选项
userInfo: 用户信息,类型:Object, 默认值: {} ,必填项
navList: menu数据,类型:Array, 默认值: [] ,必填项
services: 服务数据,类型:Array, 默认值: [] ,必填项
setSidebarShow: 控制sidebar宽度

Keywords

vue组件

FAQs

Package last updated on 08 May 2023

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