Dialogs and Vuetify styling changes
This commit is contained in:
parent
2ba0d57aa8
commit
a97211afdf
45 changed files with 320 additions and 346 deletions
14
src/components/RoundedDialog.vue
Normal file
14
src/components/RoundedDialog.vue
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<v-dialog v-bind="{ ...$props, ...$attrs }" content-class="v-dialog-rounded">
|
||||
<slot></slot>
|
||||
</v-dialog>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/assets/css/chat.scss";
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue