主页左屏

This commit is contained in:
2023-06-02 09:38:31 +08:00
parent 7e3e45eae6
commit bd66b311b4
17 changed files with 1184 additions and 7 deletions

View File

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