mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-12 06:59:04 +02:00
Enable the Vue 3 front-end
This commit is contained in:
9
resources/js/helpers.js
vendored
Normal file
9
resources/js/helpers.js
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { useColorMode } from '@vueuse/core'
|
||||
|
||||
export default {
|
||||
// getPropertyName(obj, expression) {
|
||||
// var res = {};
|
||||
// Object.keys(obj).map(k => { res[k] = k; });
|
||||
// return expression(res);
|
||||
// },
|
||||
}
|
Reference in New Issue
Block a user