How to make it use Vue options API for auto import?

I have following example component: 

I use auto import to import another component, then pless tab:

So the problem is that it generates `<script>` tag for Vue's composition API and with typescript  but my project is using default Javascript and options API, so I need it to generate something like this instead:

How I can achieve this?

0

请先登录再写评论。