- Vue.js 2.x by Example
- Mike Street
- 85字
- 2021-07-02 20:00:25
HTML declarations
Vue allows you to use HTML tags and attributes to control and alter the view of your application. This involves setting attributes dynamically, such as alt and href. It also allows you to render tags and components based on data in the application. These attributes begin with a v- and, as mentioned at the beginning of this book, get removed from the HTML on render. Before we start outputting and filtering our data, we'll run through a few of the common declarations.
推薦閱讀
- Instant Testing with CasperJS
- Maven Build Customization
- Mastering Concurrency in Go
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Servlet/JSP深入詳解
- Java性能權威指南(第2版)
- Learning Raspbian
- Protocol-Oriented Programming with Swift
- Android系統原理及開發要點詳解
- Python Data Structures and Algorithms
- Raspberry Pi Robotic Projects(Third Edition)
- Image Processing with ImageJ
- Django Design Patterns and Best Practices
- Functional Python Programming
- Leaflet.js Essentials