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:
parent
1cf09ea997
commit
3ff3bfd5f0
10 changed files with 524 additions and 85 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue