fix lint
This commit is contained in:
parent
fa21499f73
commit
f70f4a3700
@ -28,11 +28,7 @@ import Breadcrumbs from "@/components/Breadcrumbs";
|
||||
import Errors from "@/views/Errors";
|
||||
import Preview from "@/views/files/Preview";
|
||||
import Listing from "@/views/files/Listing";
|
||||
import {
|
||||
name,
|
||||
} from "@/utils/constants";
|
||||
|
||||
|
||||
import { name } from "@/utils/constants";
|
||||
|
||||
function clean(path) {
|
||||
return path.endsWith("/") ? path.slice(0, -1) : path;
|
||||
|
||||
@ -53,9 +53,7 @@
|
||||
import { mapMutations, mapState } from "vuex";
|
||||
|
||||
import HeaderBar from "@/components/header/HeaderBar";
|
||||
import {
|
||||
name,
|
||||
} from "@/utils/constants";
|
||||
import { name } from "@/utils/constants";
|
||||
|
||||
export default {
|
||||
name: "settings",
|
||||
@ -83,6 +81,5 @@ export default {
|
||||
document.title = document.title + ` - ${this.name}`;
|
||||
},
|
||||
},
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user