1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 05:15:35 +02:00
This commit is contained in:
syuilo
2019-02-26 14:02:23 +09:00
parent e7032363d7
commit 8db8d3f39e
9 changed files with 31 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="ui-card" :class="{ shadow: $store.state.settings.useShadow }">
<div class="ui-card" :class="{ shadow: $store.state.device.useShadow }">
<header>
<slot name="title"></slot>
</header>