✨(all): 发布 1.2.0
更新文档
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@layui/layui-vue",
|
||||
"version": "1.1.10",
|
||||
"version": "1.2.0",
|
||||
"author": "就眠儀式",
|
||||
"license": "MIT",
|
||||
"description": "a component library for Vue 3 base on layui-vue",
|
||||
|
||||
@@ -5,7 +5,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { inject, Ref, computed, ref, VNodeChild } from "vue";
|
||||
import { inject, Ref, computed, ref } from "vue";
|
||||
|
||||
const props = defineProps<{
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user