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

dashboard: separate plugin usage/configuration, add usage guide + configuration guide

This commit is contained in:
Dragory 2019-09-29 15:53:14 +03:00
parent 1cf09ea997
commit 3ff3bfd5f0
10 changed files with 524 additions and 85 deletions

View file

@ -1,8 +1,6 @@
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";
@ -21,7 +19,6 @@ Vue.mixin({
import App from "./components/App.vue";
Vue.use(Buefy);
const app = new Vue({
router,
store: RootStore,