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