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>
|
||||
<div class="mkw-activity">
|
||||
<ui-container :show-header="!props.compact">
|
||||
<template v-slot:header><fa icon="chart-bar"/>{{ $t('activity') }}</template>
|
||||
<template #header><fa icon="chart-bar"/>{{ $t('activity') }}</template>
|
||||
<div :class="$style.body">
|
||||
<x-activity :user="$store.state.i"/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue