Fe-interview: [vue] 使用vue开发一个todo小应用,谈下你的思路

Created on 2 Jul 2019  ·  4Comments  ·  Source: haizlin/fe-interview

[vue] 使用vue开发一个todo小应用,谈下你的思路

vue

Most helpful comment

之前的demo,可以点击体验:https://xiangshuo1992.github.io/vue-note/#/
项目地址:https://github.com/xiangshuo1992/vue-note

思路:
localstory 存储用户登录信息
创建todo-list
展示todo-list

逃~~

All 4 comments

之前的demo,可以点击体验:https://xiangshuo1992.github.io/vue-note/#/
项目地址:https://github.com/xiangshuo1992/vue-note

思路:
localstory 存储用户登录信息
创建todo-list
展示todo-list

逃~~

结构: 输入部分( input )和输出部分( ul )
逻辑:用户输入之后,通过事件触发拿到用户输入的数据存起来,
将用户数据集合通过 v-for 渲染到页面上
当用户点击清单项,通过事件触发移出对应事件

todo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

haizhilin2013 picture haizhilin2013  ·  3Comments

undefinedYu picture undefinedYu  ·  3Comments

haizhilin2013 picture haizhilin2013  ·  3Comments

haizhilin2013 picture haizhilin2013  ·  3Comments

haizhilin2013 picture haizhilin2013  ·  3Comments