lsc 1 month ago
parent
commit
b2e4c5927c
2 changed files with 26 additions and 0 deletions
  1. 13 0
      src/components/pages/liyuan/demo.vue
  2. 13 0
      src/components/pages/liyuan/page/demo.vue

+ 13 - 0
src/components/pages/liyuan/demo.vue

@@ -0,0 +1,13 @@
+<template>
+  <div></div>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style>
+
+</style>

+ 13 - 0
src/components/pages/liyuan/page/demo.vue

@@ -0,0 +1,13 @@
+<template>
+  <div></div>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style>
+
+</style>