forked from geolba/tethys.frontend
- eslint formating, e.g printWidth: 160
This commit is contained in:
parent
426228705c
commit
eb6476dfcb
28 changed files with 365 additions and 281 deletions
|
@ -1,5 +1,4 @@
|
|||
import { Component, Vue, Prop } from "vue-facing-decorator";
|
||||
// import { Prop } from "vue-property-decorator";
|
||||
import VsInput from "@/components/vs-input/vs-input.vue";
|
||||
import VsResult from "@/components/vs-result/vs-result.vue";
|
||||
import FacetCategory from "@/components/face-category/facet-category.vue";
|
||||
|
@ -292,7 +291,7 @@ export default class SearchViewComponent extends Vue {
|
|||
}
|
||||
},
|
||||
error: (error: string) => this.errorHandler(error),
|
||||
complete: () => console.log("complete"),
|
||||
complete: () => console.log("clear facet category completed"),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue