8 lines
98 B
Vue
8 lines
98 B
Vue
![]() |
<script setup>
|
||
|
import TestJsx from './index.jsx'
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<test-jsx />
|
||
|
</template>
|