每日归档: 2018年6月23日

 

vue todolist

这里实现一个todolist的增删改查排序样例,供其他开发人员参考。

结构

项目结构

vue todolist

除基础样式外,这里不使用原生css,基础样式:

html,body{
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;[......]

继续阅读