Convert most code to ts
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
<script>
|
||||
import NewBudget from '@/dialogs/NewBudget.vue';
|
||||
<script lang="ts">
|
||||
import NewBudget from '../dialogs/NewBudget.vue';
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default {
|
||||
export default defineComponent({
|
||||
props: ["budgetid"],
|
||||
components: { NewBudget }
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user