Skip to content

Commit

Permalink
fix: desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnli committed Oct 12, 2024
1 parent 590b672 commit 9e412aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popselect/demos/enUS/custom-field.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export default defineComponent({
:options="options"
trigger="click"
>
<n-button>{{ value || '弹出选择' }}</n-button>
<n-button>{{ value || 'Nothing' }}</n-button>
</n-popselect>
</template>

0 comments on commit 9e412aa

Please sign in to comment.