Vue标签属性, v-bind 条件渲染, v-if v-else v-show
<template> <div id="app"> <ul> <li v-for="(item,index) in list" :key="index" > {{item}}