export default { props: { show: { type: Boolean, default: false, }, delay: { type: Number, default: 500, }, }, data() { return { // Flag for showing the ...
確定! 回上一頁