Loading...
 
Skip to main content

History: VueJS In Tiki

Comparing version 19 with version 20

Go to current version
Lines: 6-13Lines: 6-9
 !! Next step after Hello World !! Next step after Hello World
 Here, for the record, is my test wiki page that seems to work on that branch. It is based on [https://codesandbox.io/s/simple-todo-app-with-vue-w5zod|this example]. Here, for the record, is my test wiki page that seems to work on that branch. It is based on [https://codesandbox.io/s/simple-todo-app-with-vue-w5zod|this example].
-{REMARKSBOX(type=warning title=Please Note)} 
-There is a 404 error in my Google Chrome console regarding this page code example that some __vue_todolist.js__ is missing? {sign user="luci" datetime="2020-06-19T20:18:43+00:00"} 
-{REMARKSBOX}  
 ^{VUE(name="BaseInputText")} ^{VUE(name="BaseInputText")}
Lines: 100-105Lines: 96-101
 <script> <script>
-import BaseInputText from './vue_baseinputtext.js';

import TodoListItem from './vue_todolistitem.js';
+import BaseInputText from './vue_BaseInputText.js';

import TodoListItem from './vue_TodoListItem.js';
 window.BaseInputText = BaseInputText; window.BaseInputText = BaseInputText;
 window.TodoListItem = TodoListItem; window.TodoListItem = TodoListItem;
Lines: 108-112Lines: 104-109
 // tiki note: for some reason we need to use a lower case version of the component name // tiki note: for some reason we need to use a lower case version of the component name
-// as the key in the components object +// as the key in the components object.

// BUT not in imports which refer to actual file names and need the same capitalisation as the files.
 export default { export default {
  name: 'TodoList',  name: 'TodoList',
Lines: 163-167Lines: 160-164
 <script> <script>
- import TodoList from './vue_todolist.js'; + import TodoList from './vue_TodoList.js';
  window.TodoList = TodoList;  window.TodoList = TodoList;

History

Information Version
09 Apr 21 10:22 UTC Jonny Bradley 22
19 Jan 21 11:40 UTC Jonny Bradley CDN bug fixed in 22.x in f96141bd and backported to 21.x 21
18 Jan 21 19:27 UTC Jean-Marc Libs 20
01 Dec 20 15:01 UTC Bernard Sfez / Tiki Specialist 19
19 Jun 20 20:37 UTC luci 18
19 Jun 20 20:24 UTC luci 17
19 Jun 20 20:18 UTC luci 16
15 Jun 20 15:20 UTC Jonny Bradley 15
21 Feb 20 17:38 UTC Jonny Bradley 14
21 Feb 20 17:30 UTC Jonny Bradley 13
21 Feb 20 17:29 UTC Jonny Bradley 12
21 Feb 20 17:23 UTC Jonny Bradley 11
21 Feb 20 17:19 UTC Jonny Bradley added a couple of links and made the demo todo list app live (maybe) 10
21 Feb 20 17:16 UTC Jonny Bradley 9
23 Jan 20 18:51 UTC Marc Laporte Thanks Jonny! 8
18 Nov 19 19:20 UTC Jonny Bradley 7
18 Nov 19 19:12 UTC Jonny Bradley 6
18 Nov 19 19:11 UTC Jonny Bradley 5
18 Nov 19 19:10 UTC Jonny Bradley some limitations 4
18 Nov 19 19:02 UTC Jonny Bradley 3
18 Nov 19 19:01 UTC Jonny Bradley 2
18 Nov 19 19:00 UTC Jonny Bradley 1
Show PHP error messages