add template upload button

This commit is contained in:
Alex Turchyn
2023-09-14 01:43:08 +03:00
parent effa7b0fc7
commit ec4f399fcc
7 changed files with 52 additions and 7 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ export default {
onWindowResize (e) {
const breakpointLg = 1024
this.isBreakpointLg = this.$el.getRootNode().querySelector('div').offsetWidth < breakpointLg
this.isBreakpointLg = this.$el.getRootNode().querySelector('div[data-v-app]').offsetWidth < breakpointLg
},
setDocumentRefs (el) {
if (el) {