feat: product options, speedup home page, themes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="flex items-center text-center">
|
||||
<button class="btn btn-lg btn-neutral" @click="inc">-</button>
|
||||
<div class="w-10 h-10 flex items-center justify-center bg-neutral font-bold">{{ model }}</div>
|
||||
<button class="btn btn-lg btn-neutral" @click="dec">+</button>
|
||||
<button class="btn btn-lg" @click="inc">-</button>
|
||||
<div class="w-10 h-10 flex items-center justify-center font-bold">{{ model }}</div>
|
||||
<button class="btn btn-lg" @click="dec">+</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user