摘要: // 分包加载规则 "subPackages": [ { // 子包的根目录 "root": "pagesMember", // 文件名称 // 页面路径和窗口表现 "pages": [ { "path": "settings/settings", "style": { "navigationBar 阅读全文
posted @ 2024-03-27 16:56 小白张先生 阅读(21) 评论(0) 推荐(0)
摘要: 封装组件 import type { XtxGuessInstance } from '@/types/components' import { ref } from 'vue' /** 猜你喜欢组合式函数 */ export const useGuessList = () => { // 获取猜你 阅读全文
posted @ 2024-03-27 15:58 小白张先生 阅读(16) 评论(0) 推荐(0)