mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-10 00:10:16 +01:00
refactor: minor changes to support marked 4.0.0
This commit is contained in:
parent
5532ddbda9
commit
b5fee79e90
@ -253,6 +253,7 @@ export default {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
// color: $primary-color;
|
// color: $primary-color;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile-subtitle {
|
.tile-subtitle {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
import marked from 'marked';
|
import { marked } from 'marked';
|
||||||
import BaseLoader from '@/components/BaseLoader';
|
import BaseLoader from '@/components/BaseLoader';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user