Commit Graph

269 Commits

Author SHA1 Message Date
Andreas Zweili 3d51a62a14 fix the context.emit functions 2021-09-06 22:13:17 +02:00
Andreas Zweili 3065481a78 add a generic sort hook 2021-09-06 21:52:25 +02:00
Andreas Zweili 920afbeef5 add a search hook 2021-09-06 21:37:16 +02:00
Andreas Zweili 2db36fe702 Merge branch 'master' of git.2li.ch:Nebucatnetzer/vuejs_course 2021-09-06 20:50:57 +02:00
Andreas Zweili 19e3b617fd add an example project for reusing composition API code 2021-09-06 20:50:02 +02:00
Andreas Zweili dcd7ef5fab add an example project for reusing composition API code 2021-09-06 20:23:59 +02:00
Andreas Zweili 11a3800d3a adding a global logger via mixin 2021-09-06 20:19:44 +02:00
Andreas Zweili 4605f7bd57 add an example for reusing code 2021-09-06 20:07:22 +02:00
Andreas Zweili b7cb5d789d use vuex with composition API 2021-09-06 13:05:02 +02:00
Andreas Zweili 7c0c233b4b add demo project for vuex 2021-09-06 12:59:46 +02:00
Andreas Zweili 52dc4c0128 add useRouter 2021-09-06 12:57:45 +02:00
Andreas Zweili 088430e2fb add useRoute 2021-09-06 12:56:14 +02:00
Andreas Zweili 9df1a73bc1 add a route with props 2021-09-06 12:42:37 +02:00
Andreas Zweili 8b8f6387ac add example about routing 2021-09-06 12:36:13 +02:00
Andreas Zweili c395d863f1 fix the user watcher 2021-09-04 16:49:18 +02:00
Andreas Zweili 2cc7c3a99c revert userSearch to user 2021-09-04 16:45:51 +02:00
Andreas Zweili 2a10218809 migrate the ProjectsList according to the solution 2021-09-04 16:44:16 +02:00
Andreas Zweili 3f0ae4d413 migrate according to the solution 2021-09-04 16:33:19 +02:00
Andreas Zweili ce49f91d65 fix some more values 2021-09-04 16:19:58 +02:00
Andreas Zweili 4405ba65c9 fix the App.vue 2021-09-04 16:16:13 +02:00
Andreas Zweili 3f9951ea19 migrate App.vue 2021-09-04 16:10:23 +02:00
Andreas Zweili 8cf2fef48d rewrite some things to composition 2021-09-04 16:01:46 +02:00
Andreas Zweili 8407158887 add a composition api excersise 2021-09-04 15:18:48 +02:00
Andreas Zweili 57a4f57109 add provide and inject 2021-09-04 15:18:04 +02:00
Andreas Zweili 5e54aa06de rewrite it to the composition API 2021-09-04 14:51:44 +02:00
Andreas Zweili bafece1dba add a component 2021-09-04 14:47:16 +02:00
Andreas Zweili 67d24d3e38 add a template ref 2021-09-04 14:32:45 +02:00
Andreas Zweili 4576b66f67 rewrite the watcher to only watch the remainingFunds object 2021-09-04 14:13:53 +02:00
Andreas Zweili 2a9a6a8907 rewrite the assignment to composition API 2021-09-04 14:11:17 +02:00
Andreas Zweili 0fd64caecc add a new assignment 2021-09-04 13:59:12 +02:00
Andreas Zweili ce3eba08de add a watcher 2021-09-04 13:57:56 +02:00
Andreas Zweili dd934f5340 use v-model 2021-09-04 13:51:08 +02:00
Andreas Zweili 6157d34472 add a computed value 2021-09-04 13:45:39 +02:00
Andreas Zweili 55d8a7d5d6 implement the task with reactive 2021-09-04 12:00:15 +02:00
Andreas Zweili 6d1f81d23a solve the task with a ref object 2021-09-04 11:57:57 +02:00
Andreas Zweili 148ea7aa8e implement the task with ref 2021-09-04 11:53:07 +02:00
Andreas Zweili 0c0335abd5 remove spaces 2021-09-04 11:29:09 +02:00
Andreas Zweili f187fdef89 add a new assignment 2021-09-04 11:28:31 +02:00
Andreas Zweili 6925882cc4 change ref to reactive
only works with reactive
2021-07-30 15:47:36 +02:00
Andreas Zweili 9dccf4982e ref with an object 2021-07-30 15:46:49 +02:00
Andreas Zweili 65756e999b replace data with setup/ref 2021-07-30 15:10:09 +02:00
Andreas Zweili 35014b6499 add an example project for composition api 2021-07-30 15:03:59 +02:00
Andreas Zweili 88753af7e5 solution: get the product by id 2021-05-05 17:31:04 +02:00
Andreas Zweili 787b44dc13 cleanout some code 2021-05-05 16:56:29 +02:00
Andreas Zweili 000139b9ae fix the login 2021-05-05 16:47:47 +02:00
Andreas Zweili d49a65e88d fix various things 2021-05-05 16:36:45 +02:00
Andreas Zweili 904e4c3239 remove the total from the state 2021-05-05 16:30:09 +02:00
Andreas Zweili e8cedd717a prettier 2021-05-05 16:30:00 +02:00
Andreas Zweili d24dbab797 fix the total 2021-05-05 16:29:53 +02:00
Andreas Zweili df8208dc0f fix TheHeader 2021-05-05 15:49:18 +02:00