vue-query-sync
v0.1.0
Published
[](https://opensource.org/licenses/MIT) [](https://www.npmjs.org/package/vue-query-sync) [
// or
Vue.directive('query', VueQuerySync)<!-- Automatically adds ?state=myValue query after typing. -->
<input v-query="country" />
<!-- Automatically adds ?city=myValue query after typing and two way binds the input value with query string. -->
<input v-query:sync="city" />For More, please check the Example
Build
npm run buildContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
Contributors
Kaan Gökdemir - Author (@kaangokdemir) - kaangokdemir.com
License
MIT
