Use # instead of v-slot:
This commit is contained in:
parent
da4ba51a74
commit
388565fb10
95 changed files with 219 additions and 219 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<main>
|
||||
<ui-card>
|
||||
<template v-slot:title>MFM Playground</template>
|
||||
<template #title>MFM Playground</template>
|
||||
<section class="fit-top">
|
||||
<ui-textarea v-model="mfm">
|
||||
<span>MFM</span>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
</ui-card>
|
||||
|
||||
<ui-card>
|
||||
<template v-slot:title>Dialog Generator</template>
|
||||
<template #title>Dialog Generator</template>
|
||||
<section class="fit-top">
|
||||
<ui-select v-model="dialogType" placeholder="">
|
||||
<option value="info">Information</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue