如何用Vue、Vue-router和ElementUI改写简易通讯录为长尾?
- 内容介绍
- 文章标签
- 相关推荐
本文共计2565个文字,预计阅读时间需要11分钟。
一个具备基本增删改查功能的通讯录,数据保存在本地的localStorage中。
demo地址:[https://junjunhuahua.github.io](https://junjunhuahua.github.io)
1. 所用技术 - JS框架:vue2 [https://cn.vuejs.org/](https://cn.vuejs.org/) - UI框架:elementUI [http://element.eleme.io/](http://element.eleme.io/)
一个具有基本增删改查功能的通讯录,数据保存在本地的localStorage中。
本文共计2565个文字,预计阅读时间需要11分钟。
一个具备基本增删改查功能的通讯录,数据保存在本地的localStorage中。
demo地址:[https://junjunhuahua.github.io](https://junjunhuahua.github.io)
1. 所用技术 - JS框架:vue2 [https://cn.vuejs.org/](https://cn.vuejs.org/) - UI框架:elementUI [http://element.eleme.io/](http://element.eleme.io/)
一个具有基本增删改查功能的通讯录,数据保存在本地的localStorage中。

