fix. 머지 충돌 수정
Made-with: Cursor
This commit is contained in:
@@ -1,25 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
interface props {
|
||||
<<<<<<< HEAD
|
||||
type?: 'button' | 'link'
|
||||
to?: string
|
||||
target?: '_self' | '_blank'
|
||||
=======
|
||||
type?: 'internal' | 'external' | 'action'
|
||||
href?: string
|
||||
>>>>>>> feature/20250228_SWV-866
|
||||
backgroundColor?: string
|
||||
srOnly?: string
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<props>(), {
|
||||
<<<<<<< HEAD
|
||||
type: 'button',
|
||||
to: '',
|
||||
target: '_self',
|
||||
=======
|
||||
type: 'action',
|
||||
>>>>>>> feature/20250228_SWV-866
|
||||
backgroundColor: '',
|
||||
srOnly: '',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user