mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 17:51:17 +11:00
nicer sidebar card
This commit is contained in:
parent
fee503e3e3
commit
8a8b36d21e
3 changed files with 20 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ const showModal = ref(false);
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<button class="modal-button" @click="showModal = true">Feedback</button>
|
||||
<button class="p-[4px 8px] text-xl i-carbon:user-favorite-alt-filled" @click="showModal = true" />
|
||||
|
||||
<Teleport to="body">
|
||||
<Transition name="modal">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue