export const mixinBackground = { beforeCreate () { $('body').addClass('bg-white') }, beforeDestroy () { $('body').removeClass('bg-white') } }