0.21.0 • Published 10 months ago

huaker-ui v0.21.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

安装使用

pnpmihuaker-ui

main.ts

import { createApp } from'vue'

import'./style.css'

importAppfrom'./App.vue'

importNaiveUifrom'naive-ui'

import'huaker-ui/css'

createApp(App).use(NaiveUi).mount('#app')

table

<scriptsetuplang="ts">

import { HTable } from'huaker-ui'

consttableColumns = [

  { key:'id', title:'id' },

  { key:'name', title:'姓名' }

]

consttableData = [

  { id:1, name:'zs' },

  { id:2, name:'ls' }

]

</script>


<template>

  <n-message-provider>

    <h-table :columns="tableColumns" :data="tableData"></h-table>

  </n-message-provider>

</template>
0.21.0

10 months ago

0.20.0

10 months ago

0.19.0

10 months ago

0.18.0

10 months ago

0.17.0

10 months ago

0.16.0

10 months ago

0.15.0

10 months ago

0.14.0

10 months ago

0.13.0

10 months ago

0.12.0

10 months ago

0.0.0

10 months ago

0.11.0

10 months ago

0.10.0

10 months ago

0.9.0

10 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago