assignment_late
為何捐款
travel_explore
API 瀏覽器
view_quilt
佈局與網格
組件
Vue 元件
Ajax 載入指示條
頭像
徽章
橫幅
工具列
麵包屑
卡片
輪播
聊天訊息
晶片
圓形進度條
色彩選擇器
對話框
編輯器 - WYSIWYG
擴展項目
浮動操作按鈕
圖示
圖片
無限滾動
內部載入
相交
旋鈕
線性進度條
列表 & 列表項目
Markup 表格
選單
無伺服器端渲染
分頁器 (Pagination)
視差滾動 (Parallax)
彈出式編輯 (Popup Edit)
彈出式代理 (Popup Proxy)
下拉重新整理 (Pull to refresh)
評分 (Rating)
響應式 (Responsive)
滾動區域 (Scroll Area)
分隔線 (Separator)
骨架 (Skeleton)
滑動項目 (Slide Item)
滑動轉場 (Slide Transition)
間距 (Space)
旋轉器 (Spinners)
分割器 (Splitter)
步驟器 (Stepper)
表格 (Table)
標籤頁 (Tabs)
標籤頁面板 (Tab Panels)
時間軸 (Timeline)
工具列 (Toolbar)
工具提示 (Tooltip)
樹狀結構 (Tree)
上傳器 (Uploader)
影片 (Video)
虛擬滾動 (Virtual Scroll)
developer_mode
Vue 組合式函式 (Vue Composables)
security
安全性 (Security)
build
Quasar CLI (搭配 Vite) (Quasar CLI (with Vite))
升級指南 (Upgrade guide)
NEW!
quasar.config 檔案 (The quasar.config file)
將專案轉換為搭配 Vite 的 CLI (Convert project to CLI with Vite)
瀏覽器相容性 (Browser Compatibility)
支援 TypeScript (Supporting TypeScript)
目錄結構 (Directory Structure)
命令列表 (Commands List)
CSS 預處理器 (CSS Preprocessors)
路由 (Routing)
懶加載 - 代碼分割 (Lazy Loading - Code Splitting)
處理資源 (Handling Assets)
啟動檔案 (Boot Files)
預取功能 (Prefetch Feature)
API 代理 (API Proxying)
處理 Vite (Handling Vite)
處理 process.env (Handling process.env)
使用 Pinia 進行狀態管理 (State Management with Pinia)
使用 Vuex 進行狀態管理 (State Management with Vuex)
Linter
測試與稽核 (Testing & Auditing)
開發行動應用程式
Ajax 請求
開放開發伺服器給公眾
星星
Icon Genie CLI
新增筆記
App Extensions
此 composable 指的是 QForm 包裹您自己的自訂元件,以便與之溝通。
語法
import { useFormChild } from 'quasar'
setup () {
// function validate () { ... }
// function resetValidation () { ... }
useFormChild({
validate, // Function; Can be async;
// Should return a Boolean (or a Promise resolving to a Boolean)
resetValidation, // Optional function which resets validation
requiresQForm: true // should it error out if no parent QForm is found?
})
}
content_paste
已複製到剪貼簿
發現錯誤了嗎?在瀏覽器中編輯此頁面
1. 介紹
2. 語法