Leskov Oleg hai 5 días
pai
achega
10f76af8f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/app.coffee

+ 1 - 1
app/app.coffee

@@ -16,7 +16,7 @@ document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" fi
 # Маршруты
 routes = [
     { path: '/', component: require 'app/pages/Home' }
-    { path: '/:path*', component: require 'app/pages/DocumentPage' }
+    #{ path: '/:path*', component: require 'app/pages/DocumentPage' }
 ]
 globalThis._ = {}
 # Глобальное определение vuejs приложения