Add walkthrough
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="app-header">
|
||||
<div class="app-header" :data-tour="tourAnchor || undefined">
|
||||
<div class="app-header-title min-w-0 flex-1">
|
||||
<div class="min-w-0">
|
||||
<h1 class="text-lg sm:text-xl font-semibold text-ink-strong leading-tight">
|
||||
@@ -25,7 +25,9 @@ withDefaults(
|
||||
defineProps<{
|
||||
title: string
|
||||
description?: string
|
||||
/** Stable walkthrough anchor, e.g. intake-header */
|
||||
tourAnchor?: string
|
||||
}>(),
|
||||
{ description: undefined },
|
||||
{ description: undefined, tourAnchor: undefined },
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user