fix import ref from vue

This commit is contained in:
chakir qatab 2023-01-22 13:21:04 +04:00
parent e447524194
commit 3777314fda

View File

@ -3,7 +3,7 @@
</template>
<script lang="typescript">
import { h, computed, reactive } from 'vue';
import { h, computed, ref } from 'vue';
export default {
name: 'reactive-args',