Without touching the code, I start the compilation and open the page .... Oops ... the title is missing ..
Why does apptitle appear to me?
It seems that the assignment of the value to the variable does not work
Chrome debug said:
app.js:43 ReferenceError: page is not defined
at a.eval (eval at Ya (app.js:43), <anonymous>:3:324)
at a.e._render (app.js:43)
at a.r (app.js:43)
at fn.get (app.js:43)
at new fn (app.js:43)
at app.js:43
at a.wn.$mount (app.js:43)
at a.wn.$mount (app.js:43)
at init (app.js:43)
at n (app.js:43)
The template just needs to be updated to be fully compatible with BVAD3 6.05, its still old and as you might have noticed has BindState calls, which are no longer necessary.
The template just needs to be updated to be fully compatible with BVAD3 6.05, its still old and as you might have noticed has BindState calls, which are no longer necessary.
The templates have been updated. These include a blank project, a 3 pager template with a Leaflet map and also additional class modules for a page and a CRUD page.