Hello @loonpwn , I use vue-cli-plugin-import-components on Vue.js 3, It works nice. I try to use [script setup](https://github.com/vuejs/rfcs/pull/182), but It is not working. my script setup code here. ```js <script setup> import { ref } from "vue" export const text = ref('') </script> ``` Can you test this with your plugin?