migration from vue2 to vue3 #405
2 changed files with 4 additions and 1 deletions
commit
36737cf6d5
|
|
@ -13,7 +13,9 @@
|
|||
<div
|
||||
v-if="error"
|
||||
id="error"
|
||||
>{{ error }}</div>
|
||||
>
|
||||
{{ error }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@
|
|||
width: 60px;
|
||||
height: 30px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid var(--color-border);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue