refactor: signin page

This commit is contained in:
Anthony Fu 2022-11-23 11:06:56 +08:00
parent 936488f51e
commit 24c573ccf0
10 changed files with 47 additions and 39 deletions

View file

@ -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!