добавил quasar
This commit is contained in:
@@ -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