Skip to content

Commit

Permalink
fix(prettier): 格式化后,标签>跑到下一行BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Mar 25, 2024
1 parent 4181ae8 commit 61ff5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
semi: false,
trailingComma: 'all',
endOfLine: 'auto',
htmlWhitespaceSensitivity: 'ignore',
overrides: [
{
files: '*.json',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</view>
<view class="text-center text-4xl main-title-color mt-4">unibest</view>
<view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发模板</view>
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }} </view>
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }}</view>
<view class="mt-8 text-center">
<text class="text-green-400">在线文档:</text>
<!-- #ifndef H5 -->
Expand Down

0 comments on commit 61ff5d1

Please sign in to comment.