3.6.14,v-bind 在css中使用不生效3.6.5没有问题简单类型 这个没有问题
<script setup> const color='red' </script> <style> color: v-bind('color'); </style>
对象时有问题
<script setup> const style={ color:'red' } </script> <style> color: v-bind('style.color'); </style>
cgh8pdjw1#
3.6.5 的时候这两种都可以使用吗?
uurv41yg2#
是的
2条答案
按热度按时间cgh8pdjw1#
3.6.5 的时候这两种都可以使用吗?
uurv41yg2#
3.6.5 的时候这两种都可以使用吗?
是的