\n\n\n\n\n\n","export default \"__VITE_ASSET__ab211233__\"","\n \n 0\" class=\"footer_row my-3 mx-4 mx-md-auto justify-space-between text-caption font-weight-bold grey--text text--lighten-1\" no-gutters>\n \n \n {{ sp.name }}\n \n \n \n \n {{ new Date().getFullYear() }} Все права защищены \n \n \n \n \n \n\n\n\n\n","\n \n \n \n \n \n\n\n\n","/* eslint no-console:0 */\n// This file is automatically compiled by Webpack, along with any other files\n// present in this directory. You're encouraged to place your actual application logic in\n// a relevant structure within app/javascript and only use these pack files to reference\n// that code so it'll be compiled.\n//\n// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate\n// layout file, like app/views/layouts/application.html.erb\n\n\n// Uncomment to copy all static images under ../images to the output folder and reference\n// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)\n// or the `imagePath` JavaScript helper below.\n//\n// const images = require.context('../images', true)\n// const imagePath = (name) => images(name, true)\n\nimport { createApp } from \"vue\";\n\nimport App from '../AppLanding.vue';\nimport vuetify from \"../plugins/vuetify\";\nimport router from '../router_landing';\nimport store from '../store';\nimport FontAwesomeIcon from '../plugins/fontawesome';\n\nimport '../plugins/axios';\n\nimport VueMyToasts from 'vue-my-toasts'\nimport BootstrapComponent from \"../components/BootstrapComponent.vue\";\n\nimport VueCookies from 'vue-cookies';\n\nconst vue = createApp(App);\n\ndocument.addEventListener('DOMContentLoaded', () => {\n vue\n .component(\"FontAwesomeIcon\", FontAwesomeIcon)\n .use(vuetify)\n .use(VueMyToasts, {\n component: BootstrapComponent,\n options: {\n position: 'top-left',\n },\n })\n .use(router)\n .use(store)\n .use(VueCookies)\n .mount('#app');\n})\n"],"file":"assets/application_landing-88c51646.js"}