<div class="nuxt-progress" id="loader" style="width: 1%;"></div>
.nuxt-progress {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 2px;
width: 0;
opacity: 1;
transition: width .1s,opacity .4s;
background-color: #2c80ff;
z-index: 999999;
}