Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
haizhilin2013 opened this issue Jul 2, 2019 · 7 comments
Open
Labels
vue vue

Comments

@haizhilin2013
Copy link
Collaborator

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

@haizhilin2013 haizhilin2013 added the vue vue label Jul 2, 2019
@xiangshuo1992
Copy link
Contributor

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

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

逃~~

@Funtience
Copy link

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

@jake-yu
Copy link

jake-yu commented Sep 10, 2019

todo

@censek
Copy link

censek commented Oct 9, 2019

@Tracymcgrady946
Copy link

输入组件和显示组件创建一个数组对象, 对该数组进行增删改查

@peony0511
Copy link

peony0511 commented Sep 7, 2023 via email

@jake-yu
Copy link

jake-yu commented Sep 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue vue
Projects
None yet
Development

No branches or pull requests

7 participants