refactor(webui): use components to split Home concerns
This commit is contained in:
parent
28500989bc
commit
7c852fbf33
6 changed files with 184 additions and 138 deletions
|
@ -4,6 +4,8 @@ import router from "./router";
|
|||
import store from "./store";
|
||||
|
||||
import "bulma/css/bulma.min.css";
|
||||
import "@fortawesome/fontawesome-free";
|
||||
import "@fortawesome/fontawesome-free/css/all.css";
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue