1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00

refactor of markup

This commit is contained in:
zeot 2018-12-18 19:48:32 +04:00
parent ec9670ee1d
commit 45ca4f115f

View File

@ -1,6 +1,6 @@
<template>
<v-app>
<toolbar></toolbar>
<toolbar />
<v-content>
<router-view></router-view>
</v-content>
@ -56,6 +56,9 @@ a {
a:hover {
text-decoration-line: underline;
}
.text-transform-none {
text-transform: none !important;
}
div.sourceCode {
overflow-x: auto;
}