-
-
Jean-Marc Libs 18 Jan 21 19:36 UTC
Fixed. The 404 was simply a… 404.
vue_todolist.js simply does not exist, it's vue_TodoList.js
Real OSes understand capitalisation :-P
See http://dev.tiki.org/tiki-pagehistory.php?page=VueJS+In+Tiki&newver=20&oldver=19
-
In (late) response to Luci's comment in the page above, plugin vue generates two files for this app, http://dev.tiki.org/temp/public/vue_App.js
which seems to work fine and is
which appears to be
Content-Type: application/javascriptand also http://dev.tiki.org/temp/public/vue_todolist.jsContent-Type: text/plain; charset=utf-8and fails with a 404 (and yet has a content type??)The first one is included as a "normal" js file, but the second is included as a module, so presumably something on the server needs fixing to make this work? (i.e. i don't think it's my fault! 😁)