forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
14
VApp/node_modules/vuetify/lib/components/VNoSsr/VNoSsr.mjs
generated
vendored
Normal file
14
VApp/node_modules/vuetify/lib/components/VNoSsr/VNoSsr.mjs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Composables
|
||||
import { useHydration } from "../../composables/hydration.mjs"; // Utilities
|
||||
import { defineComponent } from "../../util/index.mjs";
|
||||
export const VNoSsr = defineComponent({
|
||||
name: 'VNoSsr',
|
||||
setup(_, _ref) {
|
||||
let {
|
||||
slots
|
||||
} = _ref;
|
||||
const show = useHydration();
|
||||
return () => show.value && slots.default?.();
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=VNoSsr.mjs.map
|
||||
Reference in New Issue
Block a user