Started migration to Vue3 + Vuetify3

Started migration to Vue3 + Vuetify3
This commit is contained in:
2022-04-16 02:45:35 +03:00
parent 75990ea5c3
commit 4f27a90e30
31 changed files with 4494 additions and 7248 deletions

View File

@@ -1,18 +1,17 @@
<!DOCTYPE html>
<html lang="ru">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>img/favicon.ico">
<title>CAINet: Аудиотека</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>Извините, данное приложение не работает без JavaScript.</strong><br>
<strong>You need JavaScript to run this application.</strong>
<hr>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->