Skip to content

Commit

Permalink
grid print done
Browse files Browse the repository at this point in the history
  • Loading branch information
munkh-altai committed Apr 10, 2023
1 parent 9416247 commit 23f86a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@firebase/messaging": "^0.10.0",
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^1.0.6",
"@lambda-platform/lambda-vue": "3.1.20",
"@lambda-platform/lambda-vue": "3.1.29",
"@nuxt/postcss8": "^1.1.3",
"@turf/turf": "^6.5.0",
"@vue/apollo-option": "^4.0.0-alpha.17",
Expand All @@ -69,6 +69,7 @@
"numeral": "^2.0.6",
"portal-vue": "^3.0.0-beta.0",
"postcss": "^8.4.14",
"printd": "^1.6.0",
"swiper": "^8.1.5",
"tailwindcss": "^3.1.7",
"tinycolor2": "^1.6.0",
Expand All @@ -77,6 +78,7 @@
"vue-i18n": "^9.2.2",
"vue-inline-svg": "^3.1.0",
"vue-social-sharing": "^4.0.0-alpha4",
"vue3-shortkey": "^4.0.0",
"vuex": "^4.0.2",
"wkx": "^0.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/assets/styles/layout/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
}
}

.action{
.action {
.avatar {
display: inline-block;
}
}
.top-nav-header-index{
.top-nav-header-index {
.action {
.avatar {
margin: 0 7px;
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ import { defineNuxtPlugin } from "#app";
import { initInlineSvg } from "./core/inline-svg";
import { initFilters } from "./core/filters";
import { initAxios } from "./core/axios";


import * as short from "vue3-shortkey/src/index.js"
declare interface AppState {
theme?: string;
darkTheme?: boolean;
Expand Down Expand Up @@ -96,6 +95,7 @@ export default defineNuxtPlugin(async ({ vueApp: app }) => {
installNotification(app)
//
//
short.install(app)

app.use(store);

Expand Down

0 comments on commit 23f86a7

Please sign in to comment.