update branch with recent develop changes (FA, added settings)
This commit is contained in:
parent
8958f386be
commit
66f3e72b54
5 changed files with 22 additions and 20 deletions
|
|
@ -13,7 +13,7 @@
|
|||
>
|
||||
<slot />
|
||||
</span>
|
||||
<ModifiedIcon :changed="isChanged" />
|
||||
<ModifiedIndicator :changed="isChanged" />
|
||||
</Checkbox>
|
||||
</label>
|
||||
</template>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
<script>
|
||||
import { get, set } from 'lodash'
|
||||
import Checkbox from 'src/components/checkbox/checkbox.vue'
|
||||
import ModifiedIcon from './modified_icon.vue'
|
||||
import ModifiedIndicator from './modified_indicator.vue'
|
||||
export default {
|
||||
props: [
|
||||
'path',
|
||||
|
|
@ -29,7 +29,7 @@ export default {
|
|||
],
|
||||
components: {
|
||||
Checkbox,
|
||||
ModifiedIcon
|
||||
ModifiedIndicator
|
||||
},
|
||||
computed: {
|
||||
pathDefault () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue