mirror of https://github.com/MISP/misp-modules
fix: [website] history import
parent
02fb2da389
commit
b6384698ef
|
@ -74,7 +74,7 @@
|
|||
<script type="module">
|
||||
const { createApp, ref, onMounted, nextTick, defineComponent} = Vue
|
||||
import {message_list} from '/static/js/toaster.js'
|
||||
import history_view from '/static/js/history_view.js'
|
||||
import history_view from '/static/js/history/history_view.js'
|
||||
createApp({
|
||||
delimiters: ['[[', ']]'],
|
||||
components: {
|
||||
|
|
Loading…
Reference in New Issue