Refactor #3965 - Update Base components

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-02 17:28:59 +03:00
parent bf653e0c7d
commit 78fef4be6b
5 changed files with 30 additions and 40 deletions

View file

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