mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs: volta embed url with gray and primary
This commit is contained in:
@@ -10,5 +10,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
const src = computed(() => `https://volta.net/embed/${props.token}`)
|
||||
const appConfig = useAppConfig()
|
||||
|
||||
const src = computed(() => `https://volta.net/embed/${props.token}?gray=${appConfig.ui.gray}&primary=${appConfig.ui.primary}`)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user