feat: add and fix event
This commit is contained in:
parent
f4e85946dc
commit
c25cede70b
8 changed files with 219 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ defineProps<{
|
|||
|
||||
<template>
|
||||
<button
|
||||
@click="(e) => $emit('click', e)"
|
||||
class="main-btn-add"
|
||||
:class="{
|
||||
'main-btn__solid': solid && !outlined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue