Hi @Hawkeye64, Thank you for your fast reply. That’s what I was looking for.
M
Latest posts made by Marton
-
RE: UI extension with Single-File Component (SFC)
-
UI extension with Single-File Component (SFC)
Hi,
I’m trying to create UI components extension based on the official UI kit (quasar create my-ext --kit ui). As I see, the render function was used to define a template.
I prefer to use a Single-File Component file (comp.vue), but when I try to import this, I get a syntax error because I didn’t define the template compiler. It’s easy in the webpack world, but I can’t see any webpack components.
So How can I use the vue file in the official UI extension template?
Thanks in advance!