Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BranmuffinStudios's avatar

Creating a new Laravel Breeze with Inertia Vue

I am getting a Vite compilation error after running the instructions found here: laravel.***/docs/10.x/starter-kits#breeze-and-inertia

...import { shallowRef, computed } from 'vue';
                     ^^^^^^^^
SyntaxError: The requested module 'vue' does not provide an export named 'computed'...

Does anyone have a suggestion on a hot fix? I have been trying to google around for the past 1/2 hour. Thanks.

0 likes
3 replies
MiguelBarros's avatar

I used Jetstream start kit with vue + inertiajs and still gives that error . Thanks anyway, will try to see if i can fix it somehow

Please or to participate in this conversation.