Add Partner Directory #846
Annotations
9 warnings
Lint:
components/Base/CheckboxGroup.vue#L2
'computed' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
components/Base/FormGroup.vue#L2
'computed' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
components/Base/FormGroup.vue#L11
'props' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
components/Base/Input.vue#L31
'clearInput' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
components/Base/Input.vue#L44
'theme' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
composables/useDirectory.ts#L13
'Facet' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
pages/agency-directory/[slug].vue#L265
Variable 'partner' is already declared in the upper scope
|
Lint:
pages/built-with-directus/[slug].vue#L265
Variable 'project' is already declared in the upper scope
|
Lint:
pages/tv/live.vue#L99
'v-html' directive can lead to XSS attack
|