Get error for `Meteor + Vue3 + Element Plus UI`

I tried to use Meteor + Vue3 + Element Plus UI, but get the error

element-plus/packages/components/color-picker/src/components/alpha-slider.vue: Unexpected token, expected "," (14:19)

     12 |   props: {
     13 |     color: {
   > 14 |       type: Object as PropType<Color>,
        |                    ^
     15 |       required: true,
     16 |     },
     17 |     vertical: {

Pl help me

TypeScript isn’t supported yet

1 Like

thanks for your reply :heart_eyes:. Waiting you…

Now I tried this GitHub - Altruistiq/meteor-vue3