- Vue.js 2 Web Development Projects
- Guillaume Chau
- 72字
- 2021-07-02 22:34:29
The note toolbar with extras inside
Some features are still missing from our app, such as deleting or renaming the selected note. We will add these in a new toolbar, just above the note text editor. Go ahead and create a new p element with the toolbar class ;inside the main section:
<!-- Main pane --> <section class="main"> <p class="toolbar"> <!-- Our toolbar is here! --> </p> <textarea v-model="selectedNote.content"></textarea> </p>
We will add three new features in this toolbar:
- Renaming the note
- Deleting the note
- Marking the note as favorite
推薦閱讀
- Flutter開發(fā)實(shí)戰(zhàn)詳解
- Java 9 Concurrency Cookbook(Second Edition)
- PostgreSQL for Data Architects
- Production Ready OpenStack:Recipes for Successful Environments
- Hands-On C++ Game Animation Programming
- R Deep Learning Cookbook
- Node.js全程實(shí)例
- Clojure Reactive Programming
- QGIS Python Programming Cookbook(Second Edition)
- Arduino電子設(shè)計實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Mastering SciPy
- 自己動手構(gòu)建編程語言:如何設(shè)計編譯器、解釋器和DSL
- PHP從入門到精通(第7版)
- Java語言GUI程序設(shè)計