use title as window header
This commit is contained in:
parent
6b7e55d729
commit
222f3c817a
|
@ -7,7 +7,7 @@
|
|||
@close="dialog.close()"
|
||||
@closed="$emit('closed')"
|
||||
>
|
||||
<template #header>{{ i18n.ts.signup }}</template>
|
||||
<template #header>{{ i18n.ts._tutorial.title }}</template>
|
||||
|
||||
<div class="_monolithic_">
|
||||
<div class="_section">
|
||||
|
|
Loading…
Reference in New Issue