css略,点击牛仔裤添加到已选条件,点击x取消选择
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="app">
<div
class="goods"
v-for = "(goods,goodsIndex) in goodsList"
:key = "goods.id"
>
<div class="title">{
{
goods.title }}:</div>
<u