1.0.8 • Published 2 years ago

tinhnow-ui v1.0.8

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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago