Implemented main stuff

This commit is contained in:
2020-11-24 22:40:20 +01:00
parent 7613c18711
commit 0e9c16dfea
5 changed files with 656 additions and 42 deletions

View File

@@ -9,11 +9,15 @@
</style>
<style>
@import "../node_modules/@syncfusion/ej2/material.css";
@import "../node_modules/@syncfusion/ej2-base/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-buttons/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-navigations/styles/material.css";
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import "../node_modules/@syncfusion/ej2-base/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-inputs/styles/material.css";
#app {
height: 100vh;
}
</style>