Ver código fonte

wip: Waterfall

kailong321200875 1 ano atrás
pai
commit
6232602892

+ 3 - 0
src/components/Waterfall/index.ts

@@ -0,0 +1,3 @@
+import Waterfall from './Waterfall.vue'
+
+export { Waterfall }

+ 3 - 0
src/components/Waterfall/src/Waterfall.vue

@@ -0,0 +1,3 @@
+<script lang="ts" setup></script>
+
+<template>dddd</template>