Skip to content

Commit

Permalink
Add global VueFormElements
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jan 18, 2024
1 parent c784aa1 commit b19853a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if (!document.head.querySelector("meta[name=\"is-horizon\"]")) {
}
window.VueMonaco = require("vue-monaco");
window.ScreenBuilder = require("@processmaker/screen-builder");
window.VueFormElements = require("@processmaker/vue-form-elements");

window.VueRouter = Router;

Expand Down

0 comments on commit b19853a

Please sign in to comment.