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
|
@ -7,13 +7,11 @@ import { Component, Vue, Prop, Emit } from "vue-facing-decorator";
|
|||
export default class ActiveFacetCategory extends Vue {
|
||||
bar = "";
|
||||
|
||||
// @Prop([Array])
|
||||
@Prop({
|
||||
type: Array<string>,
|
||||
})
|
||||
filterItems!: string[];
|
||||
|
||||
// @Prop([String])
|
||||
@Prop({
|
||||
type: String,
|
||||
required: true,
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue