{"id":18880524,"url":"https://github.com/onewaytech/vue-update-query-mixin","last_synced_at":"2026-04-16T01:33:14.821Z","repository":{"id":65379085,"uuid":"77515989","full_name":"OneWayTech/vue-update-query-mixin","owner":"OneWayTech","description":"Provided this.updateQuery(Object) mixin for updating query string, for Vue 1.x | 2.x","archived":false,"fork":false,"pushed_at":"2017-04-10T11:17:57.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T04:34:52.306Z","etag":null,"topics":["mixin","query","update","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneWayTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-28T08:21:48.000Z","updated_at":"2017-09-06T18:12:28.000Z","dependencies_parsed_at":"2023-01-20T08:25:14.037Z","dependency_job_id":null,"html_url":"https://github.com/OneWayTech/vue-update-query-mixin","commit_stats":null,"previous_names":["kenberkeley/vue-update-query-mixin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OneWayTech/vue-update-query-mixin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneWayTech%2Fvue-update-query-mixin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneWayTech%2Fvue-update-query-mixin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneWayTech%2Fvue-update-query-mixin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneWayTech%2Fvue-update-query-mixin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneWayTech","download_url":"https://codeload.github.com/OneWayTech/vue-update-query-mixin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneWayTech%2Fvue-update-query-mixin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mixin","query","update","vue"],"created_at":"2024-11-08T06:44:20.747Z","updated_at":"2026-04-16T01:33:14.792Z","avatar_url":"https://github.com/OneWayTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue update-query mixin\r\n\r\n[![npm version][npm-v-img]][npm-url]\r\n[![npm download][npm-dl-img]][npm-url]\r\n\r\n\u003e Intellectual property of [Oneway.mobi](http://www.oneway.mobi/)  \r\n\r\n\r\n### Requirements\r\n* Vue 1.x | 2.x\r\n* Vue Router 0.7.x | 2.x\r\n\r\n### Installation\r\n\r\n`npm i vue-update-query-mixin -S`\r\n\r\n### Usage\r\n\r\n```\r\n// This is a Vue component\r\nimport updateQuery from 'vue-update-query-mixin'\r\n\r\nexport default {\r\n  mixins: [updateQuery],\r\n  ...\r\n}\r\n```\r\n\r\nFrom now on, `this.updateQuery` is available within the component\r\n\r\n### Example\r\n\r\nCurrent url: `http://demo.com/#!/test?a=1\u0026b=2`  \r\nAfter Running: `this.updateQuery({ a: 2, b: 3 })`  \r\nurl changed to: `http://demo.com/#!/test?a=2\u0026b=3`\r\n\r\n\u003e This mixin is based on [`update-query`](https://github.com/kenberkeley/update-query)\r\n\r\n[npm-url]: https://www.npmjs.com/package/vue-update-query-mixin\r\n[npm-v-img]: http://img.shields.io/npm/v/vue-update-query-mixin.svg\r\n[npm-dl-img]: http://img.shields.io/npm/dm/vue-update-query-mixin.svg\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonewaytech%2Fvue-update-query-mixin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonewaytech%2Fvue-update-query-mixin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonewaytech%2Fvue-update-query-mixin/lists"}