Browse Source

wip: Waterfall

kailong321200875 1 year ago
parent
commit
6232602892
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/components/Waterfall/index.ts
  2. 3 0
      src/components/Waterfall/src/Waterfall.vue

+ 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>