github withastro/astro @astrojs/vue@4.2.0

latest releases: astro@4.11.3, astro@4.11.2, @astrojs/studio@0.1.1...
one month ago

Minor Changes

  • #10929 082abb8 Thanks @florian-lefebvre! - Adds a devtools option

    You can enable the official Vue DevTools while working in development mode by setting devtools:true in your vue() integration config:

    import { defineConfig } from 'astro/config';
    import vue from '@astrojs/vue';
    
    export default defineConfig({
      integrations: [vue({ devtools: true })],
    });

Don't miss a new astro release

NewReleases is sending notifications on new releases.