开发者问题收集
我试图将一个对象传递到我的子组件中,但它未定义。所以我的父组件:<template><section id="cart-page" class="row"><div v-for="items in cart" :key="items.product.id"><div class="col-lg-8 col-md-12 col-sm-12 col-xs-12"><div class="title">
我有类似这样的组件:<template><div><p>Current coords: <strong>{{ coords }}</strong></p><button type="button" @click="updateCoords"></div></template><script>export default {props: {coords: {type: Array,required:
我正在使用 Laravel 9、Inertia和 Vue 3 开发一个项目。当我使用 Inertia 将数据库中的记录集合提供给 Vue 页面时,这些值作为一个 prop 出现,即一个代理对象数组,我可以检查.length是否大于零,我可以检查.every(i => i !== undefined),但是当我对它进行迭代时,它会在控制台上抛出一个未捕获的承诺异常。ProfessionalsCont
以下代码有效:<draggable-pic :pics="{{ $pics }}" :gal-id="{{ $gallery->id }}"></draggable-pic>而这个无效:<draggable-pic :pics="{{ $pics }}" :gal-id="{{ $gallery->id }}" :ph-code="{{ auth()->user()->phcode }}" :ga
我对 Vue 还很陌生,所以我还没有完全理解其中的逻辑。我的问题是我有票证和票证清单组件。所以我不在票证清单组件上,我正在创建一些票证数据,我想根据票证组件显示它们。为了更清楚起见,这里是我的票证清单组件:<template><section class="tickets"><div class="container"><div class="row"><div class="col-12 col