No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Marton
    M
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Marton

    @Marton

    0
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Marton Follow

    Latest posts made by Marton

    • RE: UI extension with Single-File Component (SFC)

      Hi @Hawkeye64, Thank you for your fast reply. That’s what I was looking for.

      posted in Help
      M
      Marton
    • 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!

      posted in Help
      M
      Marton