added login function

This commit is contained in:
Jona Kläß
2024-05-01 20:48:20 +02:00
parent 68dae3ea3f
commit cb68ec0d35
4 changed files with 41 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
<script setup lang="ts">
import { ref } from 'vue';
import { Todo, Meta } from '../components/models';
import { Todo, Meta } from 'components/models';
import ExampleComponent from 'components/ExampleComponent.vue';
defineOptions({