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:
parent
17f605dd6d
commit
66705678a6
8 changed files with 183 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue