добавил quasar
This commit is contained in:
@@ -30,4 +30,7 @@ body
|
||||
background-color: var(--bg-lavender-color)
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
.flex
|
||||
flex-wrap: nowrap !important
|
||||
</style>
|
||||
|
||||
@@ -9,6 +9,9 @@ import "./assets/css/iconfonts.css";
|
||||
import { clientsServer } from "../server.js";
|
||||
import { clickOutside } from "@/shared/clickOutside";
|
||||
import store from "./store";
|
||||
import { install } from "astra-ui";
|
||||
|
||||
const AstraUI = { install };
|
||||
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
clientsServer({ environment: "development" });
|
||||
@@ -18,6 +21,7 @@ moment.locale("ru");
|
||||
|
||||
createApp(App)
|
||||
.use(store)
|
||||
.use(AstraUI)
|
||||
.directive("click-outside", clickOutside)
|
||||
.use(router, moment)
|
||||
.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user