提交 3ccef9c5 编写于 作者: 雪洛's avatar 雪洛

test: 增加css v-bind rpx测试

上级 3cccb68e
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
export default { export default {
data() { data() {
return { return {
classBindColor: "#008000" classBindColor: "#008000",
classBindHeight: "300rpx",
} }
} }
} }
...@@ -16,7 +17,7 @@ ...@@ -16,7 +17,7 @@
<style scoped> <style scoped>
.rect-bind { .rect-bind {
height: v-bind(classBindHeight);
background-color: v-bind(classBindColor); background-color: v-bind(classBindColor);
padding: 100px;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册