vitejs / vite-plugin-vue2-jsx

Vite plugin for Vue 2.7 JSX support
MIT License
58 stars 6 forks source link

Is there a plan to support the following way of defining components #5

Open bfrontend opened 2 years ago

bfrontend commented 2 years ago

Is there a plan to support the following way of defining components

// not using `defineComponent` call
export const Bar = { ... }

// not exported
const Foo = defineComponent(...)