vue-useurl
Advanced tools
Comparing version 1.0.31 to 1.0.32
{ | ||
"name": "vue-useurl", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "Reactive Url Builder Vue Composable", | ||
@@ -5,0 +5,0 @@ "type":"module", |
@@ -69,10 +69,12 @@ <img src="https://raw.githubusercontent.com/rainxh11/vue-useurl/master/assets/logo.svg" width="300"> | ||
```ts | ||
buildUrl('http://api.com', { | ||
path: 'about', | ||
hash: 'hash', | ||
queryParams: { | ||
foo: 'bar', | ||
bar: 'baz' | ||
} | ||
}); | ||
useUrl({ | ||
path: '/about', | ||
queryParams: { | ||
foo:'bar', | ||
fizz: 'baz' | ||
}, | ||
hash: 'contact', | ||
disableCSV: false | ||
}, | ||
'http://api.com') | ||
@@ -79,0 +81,0 @@ // returns http://api.com/about?foo=bar&bar=baz#contact |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12939
171