<script> export default { name: 'HelloWorld', props: { msg: String } } </script> Additionally, you can setup data, methods, and other parts of a component using ...
確定! 回上一頁