mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix template slot notation
This commit is contained in:
parent
3a968361db
commit
8234615505
@ -3,7 +3,7 @@
|
|||||||
<a href="#" slot="default" slot-scope="{ toggleMenu }" @click.prevent="toggleMenu()">
|
<a href="#" slot="default" slot-scope="{ toggleMenu }" @click.prevent="toggleMenu()">
|
||||||
<ds-text bold size="large">{{ $t('admin.categories.name') }}</ds-text>
|
<ds-text bold size="large">{{ $t('admin.categories.name') }}</ds-text>
|
||||||
</a>
|
</a>
|
||||||
<template slot="popover">
|
<template #popover>
|
||||||
<div class="category-menu-options">
|
<div class="category-menu-options">
|
||||||
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
||||||
<categories-filter v-if="categoriesActive" />
|
<categories-filter v-if="categoriesActive" />
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
>
|
>
|
||||||
<base-icon class="dropdown-arrow" name="angle-down" />
|
<base-icon class="dropdown-arrow" name="angle-down" />
|
||||||
</base-button>
|
</base-button>
|
||||||
<template slot="popover">
|
<template #popover>
|
||||||
<div class="filter-menu-options">
|
<div class="filter-menu-options">
|
||||||
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
||||||
<following-filter />
|
<following-filter />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user