Vue 3 环境变量

Vue About 256 words

import.meta

import.meta变量中的env属性

import.meta.env

获取 BASE URL

import.meta.env.BASE_URL

示例

const router = VueRouter.createRouter({
  history: VueRouter.createWebHistory(import.meta.env.BASE_URL),
  routes,
})

参考

https://cn.vitejs.dev/guide/env-and-mode.html

Views: 144 · Posted: 2024-02-21

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh