Closed Hanks10100 closed 7 years ago
example.vue
<template> <div> <text class="title">Red Title</text> </div> </template> <style scoped> .title { font-size: 100; color: red; } </style>
The weex-loader@0.4.0 will not generate the styles. (no font-size and color)
weex-loader@0.4.0
font-size
color
weex-vue-loader@0.2.3 fixed this problem
example.vue
The
weex-loader@0.4.0
will not generate the styles. (nofont-size
andcolor
)