1.0.5 • Published 1 year ago

@chenzoho/vue-form v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

虚拟滚动条/scroll-bar

安装

pnpm install @chenzoho/vue-form

依赖

  • vue
  • @vueuse/core

使用

import { VScrollbar } from "@chenzoho/vue-form"
// import "@chenzoho/vue-form/style.css"
import { VForm, useForm } from "@chenzoho/vue-form"

const modelRef = ref<any>({
	name: ""
})

const rulesRef = ref<any>({
	name: [{ required: true, message: "Please input your name" }]
})

const [register, { validates }] = useForm()

更新

  • 1.0.1
    • 发布第一个版本
  • 1.0.2
    • 新增customconfig.footer属性
  • 1.0.3
    • 修复属性合并问题
  • 1.0.4
    • 去掉console.log
  • 1.0.5
    • 新增“提交方法”props,主要是处理那些隐藏重置,查询按钮组的提交事件
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago