Added configurable disclaimer.

This commit is contained in:
DebaucheryLibrarian
2021-02-05 03:50:03 +01:00
parent 8aaf060979
commit 457256e731
3 changed files with 19 additions and 1 deletions

View File

@@ -1,8 +1,8 @@
import config from 'config';
import { createApp } from 'vue';
import dayjs from 'dayjs';
import mitt from 'mitt';
import router from './router';
import initStore from './store';
import initUiObservers from './ui/observers';
@@ -46,6 +46,7 @@ async function init() {
data() {
return {
events,
config,
};
},
watch: {