Skip to content

Commit

Permalink
fix(modal): fix demo which lost jsx (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian authored Oct 19, 2024
1 parent 3aedc30 commit c16c64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
</template>

<script setup>
<script setup lang="jsx">
import { Button as TinyButton, Modal, Link } from '@opentiny/vue'
import { ref } from 'vue'
Expand Down

0 comments on commit c16c64a

Please sign in to comment.