Skip to content

Instantly share code, notes, and snippets.

View bengry's full-sized avatar

Ben Grynhaus bengry

  • wiz-sec
  • Israel
  • 03:58 (UTC +03:00)
View GitHub Profile
// Uppercase.vue
<template>
<div style="text-transform: uppercase">
<slot></slot> // how can we modify the actual rendered slot to make it uppercase?
</div>
</template>
// App.vue
<app>
<Uppercase>