|
|
@@ -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 приложения
|