提交 0dee1ac5 编写于 作者: Q qq_63480508

Wed Mar 12 12:08:00 CST 2025 inscode

上级 35b105e3
......@@ -5,7 +5,7 @@ import HelloWorld from './components/HelloWorld.vue'
<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<!-- <img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" /> -->
<div class="wrapper">
<HelloWorld msg="You did it!" />
......
<script>
export default({
data(){
name:"123"
}
})
</script>
<style scoped>
.item-list {
list-style-type: none;
padding: 0;
}
.list-item {
margin: 5px 0;
padding: 10px;
background-color: #f9f9f9;
border: 1px solid #ddd;
}
.no-items {
color: gray;
text-align: center;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册