Skip to content

Commit 32303cb

Browse files
committed
chore: fix Vue element
Signed-off-by: crazeteam <[email protected]>
1 parent a5ed0d3 commit 32303cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/vue-app-new/src/components/AppDashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const onSignPersonalMsg = async () => {
214214
<template>
215215
<div v-if="isDisplay('dashboard')" class="w-full h-full px-10">
216216
<div class="grid h-full grid-cols-1 md:grid-cols-4 lg:grid-cols-6">
217-
<Card class="px-4 py-4 gird col-span-1 lg:col-span-2 h-full !rounded-3xl md:!rounded-r-none !shadow-none">
217+
<Card class="px-4 py-4 grid col-span-1 lg:col-span-2 h-full !rounded-3xl md:!rounded-r-none !shadow-none">
218218
<div class="mb-2">
219219
<Button block size="xs" pill variant="tertiary" data-testid="btnClearConsole" @click="clearConsole">
220220
{{ $t("app.buttons.btnClearConsole") }}

0 commit comments

Comments
 (0)