apply is-editing only when editing

This commit is contained in:
Pete Richards 2018-10-05 11:58:22 -07:00
parent 27506a3757
commit cedf942c0c

View File

@ -1,6 +1,6 @@
<template>
<div class="l-shell" :class="{
'is-editing': true
'is-editing': isEditing
}">
<div class="l-shell__head">
<CreateButton class="l-shell__create-button"></CreateButton>