feat(VInputPassword): Add VInputPassword Component
This commit is contained in:
9
src/hooks/web/useConfigGlobal.ts
Normal file
9
src/hooks/web/useConfigGlobal.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { inject } from 'vue'
|
||||
|
||||
export function useConfigGlobal() {
|
||||
const configGlobal = inject('configGlobal', {}) as VConfigGlobalTypes
|
||||
|
||||
return {
|
||||
configGlobal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user