Skip to content
Snippets Groups Projects
Verified Commit c7c74ec8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Reformat

parent 168fdd35
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
......@@ -300,7 +300,13 @@ export default {
SideNav,
SnackbarItem,
},
mixins: [useRegisterSWMixin, offlineMixin, menusMixin, routesMixin, error404Mixin],
mixins: [
useRegisterSWMixin,
offlineMixin,
menusMixin,
routesMixin,
error404Mixin,
],
};
</script>
......
......@@ -21,6 +21,6 @@ const error404Mixin = {
this.set404();
});
},
}
};
export default error404Mixin;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment