fix: Safari + iOS load bug
This commit is contained in:
parent
b1a77ed221
commit
a96a7efd9d
@ -13,6 +13,7 @@ title: Wiki
|
||||
# ---------------------------------------------------------------------
|
||||
# Full public path to the site, without the trailing slash
|
||||
# ---------------------------------------------------------------------
|
||||
# INCLUDE CLIENT PORT IF NOT 80/443!
|
||||
|
||||
host: http://localhost
|
||||
|
||||
|
3
fuse.js
3
fuse.js
@ -50,7 +50,8 @@ const ALIASES = {
|
||||
'simplemde': 'simplemde/dist/simplemde.min.js',
|
||||
'socket-io-client': 'socket.io-client/dist/socket.io.js',
|
||||
'vue': (dev) ? 'vue/dist/vue.js' : 'vue/dist/vue.min.js',
|
||||
'vue-lodash': 'vue-lodash/dist/vue-lodash.min.js'
|
||||
'vue-lodash': 'vue-lodash/dist/vue-lodash.min.js',
|
||||
'vue-resource': (dev) ? 'vue-resource/dist/vue-resource.js' : 'vue-resource/dist/vue-resource.es2015.js'
|
||||
}
|
||||
const SHIMS = {
|
||||
jquery: {
|
||||
|
Loading…
Reference in New Issue
Block a user