Help me understand, why people like Vue so much?

Short intro, I've been in my new job for 3 months now, where we use Vue3, with Typescript, Tailwind and something i can't remember, which creates a big 'globalThis' type.

Prior to this, I worked as an Angular dev. for 6 years. And i loved Angular.

(I'm going to vent a bit, you can skip to the last two lines to get the final question, without getting the context)

I looked forward to try Vue, to see what the fuss was all about but... Every day, i get more and infuriated working with this setup.

* It's messy.
* There as many different way to code a component, as we are developers.
* I can't (or at least, havn't figured out how to) reuse a <template> multiple places, without having to define a component or a render function.
* I can't really use the DOM for debugging anymore, but instead need to use that *censored* chrome extension, which only gives me like 50% of the info i want.
* The auto 'globalThis' ensures, that if i want type safety, on a ref, i better also declare it as 'globalthis.Ref'.. Same with everything else.
* "Do you like a short, easy to read component tempalte? Well, I got just the template for you! You can use this template, to wrap arround your other templates, while you scope your local variables in... Should we say a template?" - And dont forget to use 15 css classes...

I like to nearly organize my paths in tsconfig. Guess I need a plugin for that. Which might, or might not be outdated, who knows?

Like most I guess, time is a limited resource for me. And i just spend pretty much a whole week worth of "me time", doing abselutely nothing, but fighting this.

I love coding. I love building stuff. Components, advanced generics. I like getting into the technical aspect, to look inside the engine to see how it ticks. But I don't enjoy npm searching for 30 minutes to find a package which _might_ fix my problem, and i don't want to spend all my time configuring stuff.

And this (vue)? This seems like.... A lot of mixed boxes of Lego, where you have stitched togather a makeshif assembly guide, and pray that it works?

The only positive thing I can say about vue, compared to Angular, is I like the build speed.

What am I missing? There must be something, besides build time!
Help me. Help me fall in love with this.. Well, the first thing that comes to my mind, are Lemure's from D&D...