Skip to content

Commit

Permalink
Use defineComponent in AppModal.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Mar 13, 2024
1 parent 4912380 commit 57e4430
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions shell/components/AppModal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import Vue from 'vue';
import { defineComponent } from 'vue';
export default Vue.extend({
export default defineComponent({
name: 'AppModal',
inheritAttrs: false,
props: {
Expand Down Expand Up @@ -151,7 +151,6 @@ export default Vue.extend({
border-radius: var(--border-radius);
max-height: 95vh;
overflow: scroll;
max-height: 100vh;
border: 2px solid var(--modal-border);
}
}
Expand Down

0 comments on commit 57e4430

Please sign in to comment.