Inline styles
This commit is contained in:
parent
7022f9cb99
commit
d5826702c9
2 changed files with 14 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="flex justify-between items-baseline">
|
||||
<page-title class="mb-6">All Projects</page-title>
|
||||
|
||||
<project-view-switcher @changed="projectViewSwitched" :active-mode="displayMode"></project-view-switcher>
|
||||
<project-view-switcher @changed="projectViewSwitched" :mode="displayMode"></project-view-switcher>
|
||||
</div>
|
||||
|
||||
<div v-if="displayMode == 'grid'" class="flex flex-wrap mt-4 -mb-8 -mx-4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue