Skip to content

Commit

Permalink
fix: 修复demo问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis.zpf committed Jan 24, 2025
1 parent 1e2d7c7 commit 724dee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copilot-demo/pages/ThoughtChain/index.axml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ant-thought-chain items="{{customList}}" onContentTap="onContentItemTap" collapsible="{{true}}">
<view slot="content" slot-scope="module">
<view a:if="{{typeof(module.content) === 'object'}}" class="secondLevel">
<thought-chain
<ant-thought-chain
className="second-thoughtchain"
items="{{module.content}}"
collapsible="{{false}}"
Expand All @@ -29,7 +29,7 @@
<view a:else class="second-thoughtchain-content">
{{secondModule.content}}
</view>
</thought-chain>
</ant-thought-chain>
</view>
<view a:else>{{module.content}}</view>
</view>
Expand Down

0 comments on commit 724dee4

Please sign in to comment.