Remove all non-essential js related to uikit. (#585)

* Remove all non-essential js related to uikit.

* Add padding to the bottom of the grid.
This commit is contained in:
Kavin
2021-10-31 17:44:36 +00:00
committed by GitHub
parent 8ce26ee3b1
commit 1c03633c62
10 changed files with 12 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ library.add(
);
import("uikit/dist/css/uikit-core.css");
import("uikit/dist/js/uikit-core.min");
import router from "@/router/router";
import App from "./App.vue";