forked from jsnbuchanan/crowd-funder-for-time-pwa
style: improve code formatting and type safety
- Add proper type annotation for onDetect result parameter - Fix indentation and line wrapping in template - Remove unused WebInlineQRScanner import - Clean up button attribute ordering - Fix whitespace and formatting issues - Remove unused empty divs
This commit is contained in:
@@ -9,21 +9,19 @@
|
||||
|
||||
<p v-if="error" class="text-center text-rose-300 mb-3">{{ error }}</p>
|
||||
|
||||
<div class="text-center">
|
||||
<button
|
||||
class="text-center text-white leading-none bg-slate-400 p-2 rounded-full"
|
||||
@click="handleBack"
|
||||
>
|
||||
<font-awesome icon="xmark" class="w-[1em]"></font-awesome>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-center">
|
||||
|
||||
<div class="text-center">
|
||||
<button
|
||||
class="text-center text-white leading-none bg-slate-400 p-2 rounded-full"
|
||||
@click="handleBack"
|
||||
>
|
||||
<font-awesome icon="xmark" class="w-[1em]"></font-awesome>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-center"></div>
|
||||
|
||||
<div class="text-center"></div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user