fix(vue-app): allow background customization for default loading template (#7162)

This commit is contained in:
Jimmy 2020-05-07 13:09:39 +02:00 committed by GitHub
parent 789f0e6555
commit a0db3644f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
<style>
#nuxt-loading {
background: <%= options.background %>;
visibility: hidden;
opacity: 0;
position: absolute;