摘要: 记录时间:2024-02-23 一、main-page*.vue main-page1.vue <script setup lang="ts"> import { defineProps } from 'vue' import Master from '@/views/master/master-b 阅读全文
posted @ 2024-02-23 15:34 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-02-23 一、Master_Basic.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>主页</title> <meta http-equiv="Content-Typ 阅读全文
posted @ 2024-02-23 10:32 lizhigang 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-02-23 一、App.vue 详见:App.vue组件实现 【使用“文心一言”提取组件传值逻辑说明和代码】 在 Vue 3 中,组件传值通常涉及到 props、emits、slots 和组件的引用。在提供的代码中,主要关注点是动态组件的渲染和通过 props 传递数据。下面是对 阅读全文
posted @ 2024-02-23 10:20 lizhigang 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 记录时间:2024-02-23 App.vue <script setup lang="ts"> import { defineComponent, ref, computed, onMounted, onUnmounted } from 'vue' import MainPage1 from '@ 阅读全文
posted @ 2024-02-23 10:04 lizhigang 阅读(3) 评论(0) 推荐(0) 编辑