🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thtf/spreadsheet-designer-aggregation

Package Overview
Dependencies
Maintainers
3
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

@thtf/spreadsheet-designer-aggregation

一个基于@thtf/spreadsheet-desginer-core的轻量级汇总设计器.

unpublished
latest
npmnpm
Version
0.0.1
Version published
Maintainers
3
Created
Source

汇总设计器

依赖

@thtf/spreadsheet-designer-core

Vue 2.6.14+

Element-UI 2.15.8+

安装

npm install @thtf/spreadsheet-designer-aggregation

快速上手

<!-- 使用组件 -->
<template>
  <div id="app">
    <spreadsheet-designer-aggregation />
  </div>
</template>
<script>
  import SpreadsheetDesignerAggregation from '@thtf/spreadsheet-designer-aggregation';

  export default {
    name: 'app',
    components: {
      SpreadsheetDesignerAggregation,
    },
    data() {
      return {};
    },
  };
</script>

属性

参数说明类型可选值默认值

事件

事件名称说明回调参数

方法

方法名说明参数

Keywords

vue

FAQs

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