first commit
This commit is contained in:
10
src/composables/useEnv.js
Normal file
10
src/composables/useEnv.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ref } from 'vue'
|
||||
|
||||
/** App 端固定非微信 H5;保留 isWeChat 以兼容迁移代码分支 */
|
||||
const isWeChat = ref(false)
|
||||
|
||||
export function useEnv() {
|
||||
return {
|
||||
isWeChat,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user