📝: 更新文档

This commit is contained in:
就眠儀式
2022-05-14 23:12:40 +08:00
parent 341d1cd82d
commit f972c94f55
6 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "1.0.7",
"version": "1.0.8",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",

View File

@@ -8,6 +8,7 @@ export default {
import { computed, inject } from "vue";
import "./index.less";
export interface LayCheckboxProps {
name?: string;
skin?: string;