3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 20:55:01 +00:00

More docs work - Page for Document types and done LocateUser

This commit is contained in:
Nils Blömeke 2019-07-29 18:55:32 +02:00
parent 17f605dd6d
commit 66705678a6
8 changed files with 183 additions and 0 deletions

View file

@ -1,6 +1,8 @@
import "./style/base.scss";
import "buefy/dist/buefy.css";
import Vue from "vue";
import Buefy from "buefy";
import { RootStore } from "./store";
import { router } from "./routes";
@ -19,6 +21,7 @@ Vue.mixin({
import App from "./components/App.vue";
Vue.use(Buefy);
const app = new Vue({
router,
store: RootStore,