@chenzoho/vue-form
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

虚拟滚动条/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,主要是处理那些隐藏重置,查询按钮组的提交事件

/@chenzoho/vue-form/

    Package Sidebar

    Install

    npm i @chenzoho/vue-form

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    35.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • dingyy
    • chenzehong