V
Size: a a a
V
AB
РГ
AB
M
M
SK
SK
<template v-slot> can only appear at the root level inside the receiving component
[DEV]
[DEV] 1 |
[DEV] 2 | <dialog>
[DEV] 3 | <template v-slot:title>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 4 | <div class="form-title">{{ $t(title).c() }}</div>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 5 | </template>
[DEV] | ^^^^^^^^^^^^^^^
OO
D
<template v-slot> can only appear at the root level inside the receiving component
[DEV]
[DEV] 1 |
[DEV] 2 | <dialog>
[DEV] 3 | <template v-slot:title>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 4 | <div class="form-title">{{ $t(title).c() }}</div>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 5 | </template>
[DEV] | ^^^^^^^^^^^^^^^
SK
SK
M
M
D
SK
M
<template v-slot> can only appear at the root level inside the receiving component
[DEV]
[DEV] 1 |
[DEV] 2 | <dialog>
[DEV] 3 | <template v-slot:title>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 4 | <div class="form-title">{{ $t(title).c() }}</div>
[DEV] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[DEV] 5 | </template>
[DEV] | ^^^^^^^^^^^^^^^
M
D