This commit is contained in:
2023-06-07 17:39:47 +08:00
parent ef292249ca
commit 0992c48fd2
21 changed files with 374 additions and 92 deletions

View File

@@ -8,10 +8,10 @@
<script>
// import one from './one.vue'
// import two from './two.vue'
// import one from '../homepage/one.vue'
// import two from '../homepage/two.vue'
import one from '../takeshape/one.vue'
import two from '../takeshape/two.vue'
import one from '../homepage/one.vue'
import two from '../homepage/two.vue'
// import one from '../takeshape/one.vue'
// import two from '../takeshape/two.vue'
export default {
components: {
one,