[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2024-01-11 03:22:21 +00:00
parent db64b34e09
commit ad7bfb2e41
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -6,7 +6,10 @@ function emitClick() {
} }
</script> </script>
<template> <template>
<button class="btn btn-small btn-outline-secondary mb-1" v-on:click="emitClick"> <button
class="btn btn-small btn-outline-secondary mb-1"
v-on:click="emitClick"
>
{{ btnText }} {{ btnText }}
</button> </button>
</template> </template>