mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-24 00:40:30 +01:00
@@ -2,13 +2,13 @@
|
||||
defineProps({
|
||||
href: {
|
||||
type: String,
|
||||
default: ''
|
||||
default: '',
|
||||
},
|
||||
target: {
|
||||
type: String,
|
||||
default: undefined,
|
||||
required: false
|
||||
}
|
||||
required: false,
|
||||
},
|
||||
})
|
||||
|
||||
const appConfig = useAppConfig()
|
||||
|
||||
Reference in New Issue
Block a user