mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
start working on recruitment feature
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
<article
|
||||
class="select"
|
||||
v-else
|
||||
@click="selection = !selection"
|
||||
@click="() => {
|
||||
if (Object.keys(allAdventurers).length <= 0) return;
|
||||
selection = !selection;
|
||||
}"
|
||||
>
|
||||
<span>+</span>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user