Use # instead of v-slot:
This commit is contained in:
parent
da4ba51a74
commit
388565fb10
95 changed files with 219 additions and 219 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<ui-card v-if="enableTwitterIntegration || enableDiscordIntegration || enableGithubIntegration">
|
||||
<template v-slot:title><fa icon="share-alt"/> {{ $t('title') }}</template>
|
||||
<template #title><fa icon="share-alt"/> {{ $t('title') }}</template>
|
||||
|
||||
<section v-if="enableTwitterIntegration">
|
||||
<header><fa :icon="['fab', 'twitter']"/> Twitter</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue