1.0.8 • Published 9 months ago

tinhnow-ui v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago