1.0.8 • Published 3 years ago

tinhnow-ui v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

tinhnow-ui

tinhnow电商后台管理系统的组件库antdUI for vue3(tsx)

npm license

Install

npm i tinhnow-ui / yarn add tinhnow-ui

Usage

Use in the main:

import { createApp } from 'vue'
import App from './App'
import tui from 'tinhnow-ui'
const app = createApp(App)
app.use(tui)

Use in the page:

    import tui from 'tinhnow-ui'
    <tui.ProTable
      actionRef={actionRef}
      resultTransform={resultTransform}
      renderTitle={renderTitle}
      columns={columns}
      rowKey="id"
      api={orderReturnList}
    />
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago