mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:39:16 +02:00
Fixed #41: lazyload track and album images
This commit is contained in:
parent
c4ed7513c5
commit
cdcfcc1e97
4 changed files with 5 additions and 2 deletions
|
@ -10,6 +10,7 @@ import App from './App'
|
|||
import router from './router'
|
||||
import VueResource from 'vue-resource'
|
||||
import auth from './auth'
|
||||
import VueLazyload from 'vue-lazyload'
|
||||
|
||||
window.$ = window.jQuery = require('jquery')
|
||||
|
||||
|
@ -19,6 +20,7 @@ window.$ = window.jQuery = require('jquery')
|
|||
require('semantic-ui-css/semantic.js')
|
||||
|
||||
Vue.use(VueResource)
|
||||
Vue.use(VueLazyload)
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.http.interceptors.push(function (request, next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue