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

lcfc-ui

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcfc-ui

lcfc-ui

latest
npmnpm
Version
0.0.27
Version published
Weekly downloads
7
600%
Maintainers
1
Weekly downloads
 
Created
Source

LCFC UI

安装

npm install lcfc-ui

除了安装上述组件之外,项目使用还需要自己安装 element-plus、vxe-table

使用

import QUi from 'lcfc-ui'
import 'lcfc-ui/dist/style.css'

app.use(QUi, {
  dict,
  download,
  commonApi,
  lang,
  previewUrl
})

组件

table

<q-table
  :columns="columns"
  :querys="querys"
  :queryConfig="{ labelWidth: 80, additionalSlot: [additionalSlot] }"
  :isPaging="true"
  :api="CurrencyApis"
  :forms="forms"
  buttons="search|add|upload|download|export"
>
  	<template #open>
      <vxe-column width="200" title="xxx">
        <template #default>
          <el-button type="primary">primary</el-button>
        </template>
      </vxe-column>
    </template>
</q-table>

<scrip setup>
const columns = ref([
  { label: '序号', type: 'seq' },
  { label: '标题1', prop: 'label1' },
  { label: '标题2', prop: 'label2', slot: 'open' },
])
  
const api = { List : Fn }
</scrip>

Keywords

vue

FAQs

Package last updated on 08 Oct 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