Example Project
<script setup> import "./components.macaron"; </script> <template> <my-component>Content</my-component> </template>