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. peter.krebs
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    peter.krebs

    @peter.krebs

    DOS=HIGH,UMB

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany Age 42

    peter.krebs Follow

    Latest posts made by peter.krebs

    • RE: Modified creation of Vue root app in app.js

      This might not work with Office specifically, but a boot file can wait asynchronously:

      export default async ({ Vue }) => {
        await Office.onReady(function () {
          // ...
        });
      };
      

      Notice the async and await. Add that boot file first thing in the boot array in quasar.conf.js.

      I’ve used this pattern to wait fetching a configuration file before my app initializes Vue.

      posted in Framework
      peter.krebs
      peter.krebs