web: finish develop Slider

This commit is contained in:
pengfei.zhou
2021-04-20 18:03:26 +08:00
committed by osborn
parent 11f004d974
commit 93293b099f
10 changed files with 2979 additions and 2245 deletions

View File

@@ -42,5 +42,10 @@
width: 100%;
}
</style>
<script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.4.1/vconsole.min.js"></script>
<script>
// 初始化
var vConsole = new VConsole();
console.log('Hello world');
</script>
</html>