AntonioLoureiro / VueJS.jl

Julia web app builder using Vue.js
Other
12 stars 3 forks source link

Page Instance | globals feature #82

Open andregsobral opened 3 years ago

andregsobral commented 3 years ago

Enables the creation of a datastructure "globals" in the page instance. Here we can store variable information and then refer to it dynamically in our VueElements that compose our web page.

It works in a similar fashion as the "data" of a vue instance. It gives us the ability to define data in our page instance, in our server side, instead of relying on javascript to define auxiliary datastructures inside elements.

Examples of usage: