解決辦法. 只需將匯入分配給資料屬性 <script> import json from './json/data.json' export default{ data(){ return{ myJson: json } } } </script>
確定! 回上一頁