-
+
我是父组件
+
获取子组件的值:{{ game }}
@@ -22,7 +23,10 @@ const getVal = (data) => {
display: flex;
align-items: center;
justify-content: center;
+ flex-direction: column;
+ height: 100px;
background-color: rgba(115, 255, 0, 0.377);
+ color: rgba(115, 255, 0, 0.377);
}
.content:hover {
--
GitLab