Merge pull request #500 from frappe/develop

This commit is contained in:
Shariq Ansari 2024-12-30 20:46:50 +05:30 committed by GitHub
commit c7593b6211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,3 +81,8 @@ function close() {
opened.value = false
}
</script>
<script>
export default {
inheritAttrs: false,
}
</script>