Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
12
VApp/node_modules/vuetify/lib/composables/index.mjs
generated
vendored
Normal file
12
VApp/node_modules/vuetify/lib/composables/index.mjs
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* PUBLIC INTERFACES ONLY
|
||||
* Imports in our code should be to the composable directly, not this file
|
||||
*/
|
||||
export { useDate } from "./date/index.mjs";
|
||||
export { useDefaults } from "./defaults.mjs";
|
||||
export { useDisplay } from "./display.mjs";
|
||||
export { useGoTo } from "./goto.mjs";
|
||||
export { useLayout } from "./layout.mjs";
|
||||
export { useLocale, useRtl } from "./locale.mjs";
|
||||
export { useTheme } from "./theme.mjs";
|
||||
//# sourceMappingURL=index.mjs.map
|
Reference in New Issue
Block a user