The line v-bind:name="cameraName" tells Vue to bind the Javascript expression ... Instead, you should specify the type of the prop as well, using an object:
確定! 回上一頁