Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider simplifying setting of query from Slicer #30

Open
jcfr opened this issue Aug 10, 2021 · 0 comments
Open

Consider simplifying setting of query from Slicer #30

jcfr opened this issue Aug 10, 2021 · 0 comments

Comments

@jcfr
Copy link
Contributor

jcfr commented Aug 10, 2021

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;
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant