mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
Add feedback API
This commit is contained in:
parent
bf504e0b26
commit
b9bebb6c84
13 changed files with 2051 additions and 110 deletions
|
|
@ -20,11 +20,11 @@ import InputField from "./InputField.vue";
|
|||
<Modal />
|
||||
</template>
|
||||
</InputField>
|
||||
<InputField id="toggle-starred" label="Toggle Starred">
|
||||
<template #display>
|
||||
<button class="p-[4px 8px] text-xl i-carbon:star"></button>
|
||||
</template>
|
||||
</InputField>
|
||||
<!-- <InputField id="toggle-starred" label="Toggle Starred"> -->
|
||||
<!-- <template #display> -->
|
||||
<!-- <button class="p-[4px 8px] text-xl i-carbon:star"></button> -->
|
||||
<!-- </template> -->
|
||||
<!-- </InputField> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue