Use FormToogle for the Display Mode option

This commit is contained in:
Bubka
2020-11-19 14:08:27 +01:00
parent 6558eca8d9
commit 3926e0950e
2 changed files with 7 additions and 3 deletions

View File

@ -21,6 +21,8 @@ import {
faLayerGroup,
faMinusCircle,
faExclamationCircle,
faTh,
faList,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -46,6 +48,8 @@ library.add(
faLayerGroup,
faMinusCircle,
faExclamationCircle,
faTh,
faList,
);
Vue.component('font-awesome-icon', FontAwesomeIcon)