Compare commits
2 Commits
b86a2ea3bd
...
bc59a494e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc59a494e4 | ||
| a30cb684c0 |
@@ -67,7 +67,7 @@ import { ref, defineModel, onMounted, watch } from 'vue';
|
|||||||
|
|
||||||
const model = defineModel({ type: Boolean, default: false })
|
const model = defineModel({ type: Boolean, default: false })
|
||||||
defineProps({
|
defineProps({
|
||||||
width: { type: String, default: '500' },
|
width: { type: String, default: '80%' },
|
||||||
data: { type: Object, default: {} },
|
data: { type: Object, default: {} },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user