← go back
I have uncancelled plans for world domination, as I discovered several months ago that this is actually possible, like this:
<template>
<CoolComponent />
</template>
<script setup>
import { h } from 'vue';
const CoolComponent = () => h('marquee', 'wheeeeeeeeeeeeeeeeeeeeee');
</script>
Feb 13, 2022, 2:35 PM
(edited)
1 0 3
Comments