#1 Getting started with Vuejs

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Wow! It's very powerfull!. Thank's Amitav.

joao
Автор

Wow, great tutorial, I've learned a lot, you've got a new subscriber!

rockinrandalf
Автор

Great tutorial. You sir have gained one more subscriber.

justinlugo
Автор

very clear and informative, thank you for your work

shirleyxu
Автор

Nice! perfectly paced not too slow unllike most of the tutorials.

aman
Автор

Wow, great I am Chinese but your speaking English is so amazing :D so, are you Russian ?

richardwinters
Автор

I am getting this error, when i am trying to delete a todo.

"TypeError: this.todos.$remove is not a function"

neutralengineer
Автор

ah finally!!! can you mix with laravel? thanku

nicoaudy
Автор

v-for="todo in todos | orderBy 'title' 1" is not working in my environment. I got error in console - invalid expression: v-for="todo in todos | orderBy 'title' 1". I use Lara 5.3 + vue 2.0.5

schelok
Автор

where can I find the code you write in the video?

binhuang
Автор

Perfect Web Solutions
Sir can you tell me which JS framework is best for laravel ?
I am totally confused about that .can you help me please .
1. Angular Js
2. Reactjs
3. Vuejs

ts-nqbo
Автор

Are you a American, I just sometimes confused of your accent!

xgqfrms
Автор

For errors from vue1 to vue2:

deleteTodo(todo){ this.todos.splice(todo, 1) }

Solution.

pvaitonis
Автор

for everybody, it's vuejs 1.0 video there are no $remove anymore, if you use vuejs2.0 just forget this video

richardwinters
Автор

this code no longer works in the js fiddle

johnb
Автор

deleteTodo(key){this.todos.splice(key, 1)}. For vuejs 2. Just use the key to identify the todo that you need to delete.

dragos
join shbcf.ru