当前位置:网站首页>v-if,v-else,v-for
v-if,v-else,v-for
2022-07-27 16:21:00 【qq_42042158】
条件判断
v-if,v-else 实现判断
代码
<!DOCTYPE html>
<html lang="en" xmlns:v-bind="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>demo-02</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
</head>
<body>
<div id="app">
<p v-if="type==='A'">type是A</p>
<p v-else-if="type==='B'">type是B</p>
<p v-else>type是C</p>
</div>
<script> var app = new Vue({
el: '#app', data: {
type: 'B' } }) </script>
</body>
</html>
运行结果
循环
从数组todos里面取出的每一项为todo
<!DOCTYPE html>
<html lang="en" xmlns:v-bind="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>demo-04</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
</head>
<body>
<div id="app">
<ol>
<li v-for="todo in todos">
{
{ todo.text }}
</li>
</ol>
</div>
<script> var app = new Vue({
el: '#app', data: {
todos: [ {
text: '学习 JavaScript' }, {
text: '学习 Vue' }, {
text: '整个牛项目' } ] } }) </script>
</body>
</html>
运行结果
边栏推荐
- Aircraft battle with enemy aircraft
- Electric heating neck pillow chip-dltap703sc
- What if MySQL database forgets its password???
- TS study notes class
- MySQL 03 高级查询(一)
- Mode= "widthfix" attribute in image tag
- USB充电式暖手宝芯片-DLTAP602SC-杰力科创
- 商品推荐和分类商品推荐
- 瑞吉外卖笔记
- Led with fan eye protection learning table lamp touch chip-dlt8s12a
猜你喜欢

Order timeout cancellation and commodity query by category

What does the number of network request interface layers (2/3 layers) mean

订单的提交

MySQL 04 advanced query (II)

Quick access to website media resources

Bathroom with demister vanity mirror touch chip-dlt8t10s

Baidu map eagle eye track service

商品名称模糊搜索:

LED学习护眼台灯触摸芯片-DLT8T10S-杰力科创

Ruiji takeout notes
随机推荐
The song of the virtual idol was originally generated in this way!
npm的身份证和依赖
USB充电式暖手宝芯片-DLTAP602SC-杰力科创
Was not registered for synchronization because synchronization is not active[resolved]
飞机大战敌机出场
Uni app label jump
连接查询和子查询
我人都傻了,CompletableFuture和OpenFegin一起使用竟然报错
Infrared hyperspectral survey
【微信小程序】项目实战—抽签应用
pygame飞机大战游戏背景实现
订单的提交
How to send external mail to the company mailbox server on the Intranet
网红RGB镜子灯触摸芯片-DLT8S15B-杰力科创
商品名称模糊搜索:
PyGame aircraft war game background implementation
Full automatic breast pump chip dltap703sd
Product recommendation and classified product recommendation
LeetCode 刷题 第二天
Redis annotation