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

@ -36,6 +36,11 @@ export default {
},
css: {
classes
},
provide() {
return {
$parentInstance: this
};
}
};
</script>