只写了能实现功能的部分,具体细节样式没有写完整
代码如下
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>第一个</title>
<style>
.active {
color: red;
}
#app{
width: 800px;
margin: 100px auto;
}
ul>li>button {
background: rgba(0, 0, 0, 0);
border: none;
}
</style>
<script src="https://cdn.bootcss.com/vue/2.6.10/vue.js"></script>
</head>
<body>
<div id=&#