We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d5377 commit beec839Copy full SHA for beec839
lib/components/layouts/SimpleModal.vue
@@ -5,7 +5,7 @@ import { closeModal } from '../../actions'
5
6
const slots = useSlots()
7
const props = defineProps({
8
- title: {},
+ title: { type: String },
9
showClose: { type: Boolean, default: true },
10
size: {
11
type: String,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kolirt/vue-modal",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"type": "module",
"description": "Simple Vue3 modal package",
"author": "kolirt",
0 commit comments