vue3 中的全局属性定义方式是config.globalProperties. main.js中的定义: import axios from 'axios' vue2: Vue.prototype.$axios = axios vue3: const app ...
確定! 回上一頁