mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(vue-app): allow background customization for default loading template (#7162)
This commit is contained in:
parent
789f0e6555
commit
a0db3644f6
@ -1,5 +1,6 @@
|
||||
<style>
|
||||
#nuxt-loading {
|
||||
background: <%= options.background %>;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user