1. Values within loop objects<body> <div id="app"> <!-- Values within loop object--> <ul> <li v-for="item in per"> {{item}} </li> </ul> </div> <script src="./js/vue.js"></script> <script> let vm = new Vue({ el:'#app', data:{ per: id:1, name:'Xiaoming', age:19, sex:"male" } } }) </script> 2. Loop Object3. Looping keys and values<!-- Looping over keys and values --> <ul> <!-- Value key--> <li v-for="(value,key) in per"> {{value}}---{{key}} </li> </ul> This is the end of this article about the properties of You may also be interested in:
|
<<: How to use translate and transition in CSS3
>>: What is the base tag and what does it do?
Nowadays, tabs are widely used in web design, but...
/******************** * Virtual File System VFS *...
First, let me explain the version of MySQL: mysql...
Demand background Part of the data in the busines...
Table of contents What is the Observer Pattern? S...
Introduction to Dockerfile Docker can automatical...
This article example shares the specific code of ...
Preface JavaScript continues to grow and prosper ...
Union is a union operation on the data, excluding...
Optimize the fastcgi configuration file fcgiext.i...
1. Multiple calls to single arrow Once a single a...
MJML is a modern email tool that enables develope...
Preface This control will have a watermark at the...
1 Problem Description This article sorts the esta...
summary: The following is a method for changing t...