Skip to content

Commit beec839

Browse files
committed
fix
1 parent 98d5377 commit beec839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/layouts/SimpleModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { closeModal } from '../../actions'
55
66
const slots = useSlots()
77
const props = defineProps({
8-
title: {},
8+
title: { type: String },
99
showClose: { type: Boolean, default: true },
1010
size: {
1111
type: String,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolirt/vue-modal",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"type": "module",
55
"description": "Simple Vue3 modal package",
66
"author": "kolirt",

0 commit comments

Comments
 (0)