Skip to content

Commit

Permalink
Merge pull request #471 from FlowFuse/vue-3.4.5
Browse files Browse the repository at this point in the history
Bump vue dependency to 3.4.5 to get rid of internal vue errors
  • Loading branch information
joepavitt authored Jan 4, 2024
2 parents 6ab25f0 + ab2eef7 commit 370f2b7
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 94 deletions.
159 changes: 79 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"escodegen": "^2.1.0",
"express": "^4.18.2",
"socket.io": "^4.7.1",
"vue": "^3.3.4"
"vue": "^3.4.5"
},
"devDependencies": {
"@mdi/font": "~6.9.96",
Expand Down
13 changes: 0 additions & 13 deletions ui/src/widgets/ui-template/UITemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,6 @@ export default {
}
]
}
// future?
// if (_props.format && (_props.templateScope === 'page:script' || _props.templateScope === 'site:script')) {
// setup.script = [{ textContent: _props.format, id: `${_props.name || _props.templateScope}-${_props.id}` }]
// }
// if (hasProperty(_props, 'script')) {
// setup.script = [_props.head.script]
// }
// if (hasProperty(_props, 'meta')) {
// setup.meta = [_props.head.meta]
// }
// if (hasProperty(_props, 'link')) {
// setup.link = [_props.head.link]
// }
return setup
},
template: props.props.templateScope !== 'local' ? undefined : template,
Expand Down

0 comments on commit 370f2b7

Please sign in to comment.