export default defineNuxtPlugin(nuxtApp => { // 定義 api_host 為全局變數 nuxtApp.provide('api_host', 'http://localhost:5291'); });