Added basic search and jump function
This commit is contained in:
9
src/components/calendar/CalendarMenuSearchResults.vue
Normal file
9
src/components/calendar/CalendarMenuSearchResults.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<ul>
|
||||
<li>
|
||||
<button>Yes</button>
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
Reference in New Issue
Block a user