mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -17,10 +17,7 @@ const classes = computed(() => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<button
|
||||
v-if="as == 'button'"
|
||||
:class="classes"
|
||||
class="w-full text-start">
|
||||
<button v-if="as == 'button'" :class="classes" class="w-full text-start">
|
||||
<slot />
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user