0.0.1 • Published 4 years ago

datagoo-table v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

列表设计器 datagoo-table

简介

安装

# 使用yarn
yarn add datagoo-table

# 使用npm
npm i datagoo-table --save

引入组件

// 在main.js引入

import DGTable from 'datagoo-table'
import 'datagoo-table/lib/datagoo-table.css'
Vue.use(DGTable)

使用组件

<template>
  <div>
   <DGTable />
  </div>
</template>