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

@@ -61,7 +61,7 @@ export default Vue.extend({
computed: {
style(): any {
return {
'box-shadow': this.$store.state.settings.useShadow ? '0 0px 8px rgba(0, 0, 0, 0.2)' : 'none'
'box-shadow': this.$store.state.device.useShadow ? '0 0px 8px rgba(0, 0, 0, 0.2)' : 'none'
};
}
},