Refactoring
This commit is contained in:
@@ -55,10 +55,8 @@ export default defineComponent({
|
||||
|
||||
setup(props, context) {
|
||||
const INFO = ref({
|
||||
header: [{
|
||||
title: i18n.global.t('settings'),
|
||||
icon: faCog
|
||||
}]
|
||||
title: i18n.global.t('settings'),
|
||||
icon: faCog
|
||||
});
|
||||
const narrow = ref(false);
|
||||
const view = ref(null);
|
||||
|
Reference in New Issue
Block a user