mirror of https://github.com/YunYouJun/valaxy
18 lines
473 B
Vue
18 lines
473 B
Vue
<template>
|
|
<div flex="~ col" class="justify-center items-center" gap="6" m="auto y-8" font="black">
|
|
<h3>
|
|
<div class="work-in-progress-icon text-4xl fly-animation">
|
|
🧪
|
|
</div>
|
|
</h3>
|
|
|
|
<code flex="inline" gap="3" class="inline-flex text-xl! px-4! w-280px" justify-center>
|
|
<span>pnpm</span>
|
|
<span>create</span>
|
|
<span text="purple">valaxy</span>
|
|
</code>
|
|
|
|
<span text="4xl">WORK IN PROGRESS</span>
|
|
</div>
|
|
</template>
|