chore: css
This commit is contained in:
parent
3c6321ad88
commit
9d5552e1fe
@ -4,9 +4,9 @@
|
|||||||
<view class="text-area">
|
<view class="text-area">
|
||||||
<text class="title">{{ title }}</text>
|
<text class="title">{{ title }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex text-red-500">
|
<view class="flex justify-center items-center text-blue-500">
|
||||||
Demo Count: {{ countStore.count }}
|
Demo Count: {{ countStore.count }}
|
||||||
<button @click="countStore.increment">新增</button>
|
<button class="ml-2" @click="countStore.increment">新增</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user