摘要: TypeError: vite.defineConfig is not a function 执行命令:npm install @vitejs/plugin-vue -D config里面配置代码: import vue from '@vitejs/plugin-vue' export defaul 阅读全文
posted @ 2023-02-01 16:38 时光凉忆 阅读(2065) 评论(0) 推荐(0) 编辑
摘要: 父传子 说明:父组件将数据绑定在组件标签上;子组件props接收 父组件: <template> <Child :msg="msg" /> </template> <script setup> import Child from './child.vue' import { ref } from ' 阅读全文
posted @ 2023-02-01 11:21 时光凉忆 阅读(506) 评论(0) 推荐(0) 编辑