chores
This commit is contained in:
@@ -6,7 +6,7 @@ const { to, text, icon = undefined, color = undefined } = defineProps<{
|
||||
color?: string
|
||||
}>()
|
||||
|
||||
const buttonClass = ref(`btn btn-outline ${color ? color : "btn-primary"}`)
|
||||
const buttonClass = ref(`btn ${color ? color : "btn-primary"}`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user