refactor: signin page
This commit is contained in:
parent
936488f51e
commit
24c573ccf0
10 changed files with 47 additions and 39 deletions
|
@ -55,8 +55,8 @@ onUnmounted(() => {
|
|||
/>
|
||||
<div flex justify-end>
|
||||
<button
|
||||
h-9 w-22 bg-primary border-rounded
|
||||
:disabled="draft.status === ''"
|
||||
btn-solid
|
||||
:disabled="!draft.status"
|
||||
@click="publish"
|
||||
>
|
||||
Publish!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue