You've already forked AstralRinth
forked from didirus/AstralRinth
run lint + fix build output (#19)
* run lint + fix build output * remove unused env var
This commit is contained in:
@@ -26,9 +26,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
|
||||
const accentedButton = computed(
|
||||
() => ['danger', 'primary'].includes(props.color)
|
||||
)
|
||||
const accentedButton = computed(() => ['danger', 'primary'].includes(props.color))
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user