ts/src/views/Gantt/index.vue

8 lines
98 B
Vue

<script setup>
import TestJsx from './index.jsx'
</script>
<template>
<test-jsx />
</template>