- 发布:2023-12-27 10:13
- 更新:2024-01-27 19:53
- 阅读:411
最佳回复
感谢反馈,后续会修复。
临时解决方案:替换文件到HBuilderX根目录/plugins/uniapp-cli/node_modules/@dcloudio/uni-template-compiler/lib/
,然后重新运行。
DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信
我编写 demo 在微信小程序平台未能复现,可直接运行代码是
https://gitcode.net/xiurensha5731/uni-app-questions/-/tree/q/tailwind-css ,请补充更多信息。
<template>
<!-- prettier-ignore -->
<view class="
flex
justify-center
items-center
w-full
h-screen
">
<view class="
text-white
underline
rounded-sm
bg-blue-300
px-4
py-2
">demo</view>
</view>
</template>