blob: 603ef5ca4353d9d8d8fc5278399bcc198fcc4b92 [file] [log] [blame]
<template>
<div><text class="hi">Hello Weex</text></div>
</template>
<style>
.hi {
font-size: 26px;
color: red;
}
</style>