Leskov Oleg 5 zile în urmă
părinte
comite
10f76af8f2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 приложения