+ <% if (loading) { %><% } %>
diff --git a/lib/app/client.js b/lib/app/client.js
index 3b5e5567b1..aac145d260 100644
--- a/lib/app/client.js
+++ b/lib/app/client.js
@@ -320,10 +320,6 @@ Promise.all(resolveComponents)
.then(({ _app, Components }) => {
const mountApp = () => {
_app.$mount('#__nuxt')
- <% if (loading) { %>
- // Special loading bar
- _app.$loading = _app.$nuxt.$loading
- <% } %>
// Hot reloading
hotReloadAPI(_app)
// Call window.onNuxtReady callbacks
diff --git a/lib/app/components/nuxt.vue b/lib/app/components/nuxt.vue
index 759103073a..d5687311d1 100644
--- a/lib/app/components/nuxt.vue
+++ b/lib/app/components/nuxt.vue
@@ -1,6 +1,5 @@