UmutGulmez / vue-todo-app

Experimental vue.js to-do poject.
https://umutgulmez.github.io/vue-todo-app/
GNU General Public License v3.0
2 stars 0 forks source link

Perfomance upgrade #3

Open ataege opened 3 years ago

ataege commented 3 years ago

You can remove local storage item if length equals 0.

UmutGulmez commented 3 years ago

Clever, I'll do it.