Skip to content

Commit c16c64a

Browse files
authored
fix(modal): fix demo which lost jsx (#2314)
1 parent 3aedc30 commit c16c64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/modal/modal-fn-slots-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
</template>
2121

22-
<script setup>
22+
<script setup lang="jsx">
2323
import { Button as TinyButton, Modal, Link } from '@opentiny/vue'
2424
import { ref } from 'vue'
2525

0 commit comments

Comments
 (0)