Skip to content

Consider simplifying setting of query from Slicer #30

@jcfr

Description

@jcfr

from @subdavis

Instead of maintaining external api app.search, consider updating the location within slicer by specifying q parameter

See

search(q: string) {
/* See https://github.com/vuejs/vetur/issues/1754#issuecomment-595256501 */
/* eslint-disable @typescript-eslint/no-explicit-any */
const view = this.$root.$children[0].$refs.view as any;
view.query = q;
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions