release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 270df75fc8 - Show all commits

View File

@ -38,9 +38,11 @@
import { defineComponent, ref } from '@vue/composition-api';
import { Store } from 'vuex';
import { StateInterface } from 'src/store';
import IsoDateInput from 'src/components/utils/IsoDateInput.vue';
export default defineComponent({
name: 'CreateEvent',
components: {},
components: { IsoDateInput },
setup(_, { root }) {
const store = <Store<StateInterface>>root.$store;
const user = ref<FG.User>({