Use vue to make a small example to consolidate learning.
<body> <div id="box"> <input type="text" v-model='command' @keyup.enter='add' /> <div v-show='list.length==0'>暂无留言</div> <ul> <li v-for="value in list"track-by=$index>{{value}} <a href="javascript:;" @click='rm($index)'>删除</a> </li> </ul> </div> <script src="libs/vue.js"></script> <script> new Vue({ el:'#box', data:{ command:'', list:[] }, methods:{ add:function(ev){ this.list.unshift(this.command) this.command=''; }, rm:function(index){ this.list.splice(index,1) } } }) </script> </body>
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
Roblox: Grow A Garden - Complete Mutation Guide
3 weeks agoByDDD
Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
How to fix KB5055612 fails to install in Windows 10?
3 weeks agoByDDD
Blue Prince: How To Get To The Basement
1 months agoByDDD
Nordhold: Fusion System, Explained
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version
SublimeText3 Linux latest version

Zend Studio 13.0.1
Powerful PHP integrated development environment
