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. akselsoft
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    akselsoft

    @akselsoft

    0
    Reputation
    4
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    akselsoft Follow

    Latest posts made by akselsoft

    • RE: How will Vue 3 affect Quasar?

      @Ben-Hayat

      Are you using Swagger or any Rest API standards or just your own approach?

      We’re building our .Net Core API via Swagger / OpenAPI.

      posted in Framework
      A
      akselsoft
    • RE: What is the best practice for loading components so they are globally accessible?

      Awesome Scott - thanks!

      posted in Help
      A
      akselsoft
    • What is the best practice for loading components so they are globally accessible?

      Hi

      I want to have a list of components that may be re-used throughout the application. What is the recommended practice for this?

      I was thinking of creating my own boot/plug-in but the examples I’ve seen from the docs (https://forum.quasar-framework.org/topic/3721/how-to-write-a-custom-component-and-use-it/3) suggest using a common name like components.js

      import TestDynamic2 from 'components/TestDynamic2.vue'
      
      export default async ({ Vue }) => {
        Vue.component('TestDynamic2', TestDynamic2)
      }
      
      

      Is that the recommended approach or should I look at building its own component boot/plug-in?

      posted in Help
      A
      akselsoft