mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
fix: submit导致reload问题
This commit is contained in:
parent
58de3c1ad6
commit
f2eb40357d
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<AppCard v-if="$slots.default" bordered bg="#fafafc dark:black" class="mb-30 min-h-60 rounded-4">
|
<AppCard v-if="$slots.default" bordered bg="#fafafc dark:black" class="mb-30 min-h-60 rounded-4">
|
||||||
<form class="flex justify-between p-16" @submit="handleSearch()">
|
<form class="flex justify-between p-16" @submit.prevent="handleSearch()">
|
||||||
<n-space wrap :size="[32, 16]">
|
<n-space wrap :size="[32, 16]">
|
||||||
<slot />
|
<slot />
|
||||||
</n-space>
|
</n-space>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user