mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
parent
57d23de975
commit
f9b5e0aa63
@ -37,9 +37,6 @@ const mixin = {
|
||||
}
|
||||
}
|
||||
|
||||
var fetchFn = window.fetch;
|
||||
window.fetch = function (url, config) { if (!config) { config = {} } if (!config.mode) { config.mode = 'no-cors' } return fetchFn(url, config) }
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(router)
|
||||
app.mixin(mixin)
|
||||
|
Loading…
Reference in New Issue
Block a user