Update #3965 - Overlay - misc components

This commit is contained in:
Bahadır Sofuoğlu 2023-05-30 15:28:04 +03:00
parent 8342f75e31
commit 70cb416c0f
26 changed files with 149 additions and 171 deletions

View file

@ -101,15 +101,13 @@ export default {
group: String
},
css: {
classes
classes,
loadStyle
},
watch: {
isUnstyled: {
immediate: true,
handler(newValue) {
!newValue && loadStyle();
}
}
provide() {
return {
$parentInstance: this
};
}
};
</script>