feat: Rewrite uiSettings mixin to a composable (#9819)

This commit is contained in:
Sivin Varghese
2024-07-23 21:27:22 +05:30
committed by GitHub
parent 79aa5a5d7f
commit fb99ba7b40
31 changed files with 579 additions and 385 deletions

View File

@@ -42,7 +42,7 @@ export default {
type: Number,
default: 2,
},
// add this as a prop, so that we won't have to include uiSettingsMixin
// add this as a prop, so that we won't have to add useUISettings
sendWithSignature: {
type: Boolean,
default: false,