Skip to content

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

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

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

Activity

xiangshuo1992

xiangshuo1992 commented on Jul 9, 2019

@xiangshuo1992
Contributor

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

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

逃~~

Funtience

Funtience commented on Jul 21, 2019

@Funtience

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

jake-yu

jake-yu commented on Sep 10, 2019

@jake-yu

todo

Tracymcgrady946

Tracymcgrady946 commented on Sep 7, 2023

@Tracymcgrady946

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

peony0511

peony0511 commented on Sep 7, 2023

@peony0511
jake-yu

jake-yu commented on Sep 7, 2023

@jake-yu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@xiangshuo1992@censek@Tracymcgrady946@jake-yu

        Issue actions

          [vue] 使用vue开发一个todo小应用,谈下你的思路 · Issue #548 · haizlin/fe-interview