Переход на Vue 3, в процессе

This commit is contained in:
Book Pauk
2021-10-29 12:56:28 +07:00
parent ed46e91432
commit 00cb2dc274
13 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<Dialog ref="dialog1" v-model="whatsNewVisible">
<template slot="header">
<template #header>
Что нового:
</template>
@@ -14,7 +14,7 @@
</Dialog>
<Dialog ref="dialog2" v-model="donationVisible">
<template slot="header">
<template #header>
Здравствуйте, уважаемые читатели!
</template>