mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-04 20:11:47 +02:00
Removed unneeded mixin
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
export default {
|
||||
methods: {
|
||||
buildQuerystring(obj, opts = { includePrefix: false }) {
|
||||
let querystring = Object
|
||||
.entries(obj)
|
||||
.map(([key, val]) => `${encodeURIComponent(key)}=${encodeURIComponent(val)}`)
|
||||
.join('&')
|
||||
|
||||
return (opts.includePrefix ? '?' : '').concat(querystring)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user