© 2026 Hedgehog Software, LLC
composables/useCars.js
import cars from '../data/cars.json' export const useCars = () => { return { cars, } }
<script setup> const { cars } = useCars() </script>
Error:500 useCars is not defined