1 parent 0122004 commit 509f642Copy full SHA for 509f642
1 file changed
packages/create-tauri-ui/src/batteries/debug-panel.ts
@@ -85,7 +85,7 @@ function componentImportPath(options: ProjectOptions) {
85
}
86
87
async function ensureUiComponents(projectDir: string, options: ProjectOptions) {
88
- for (const component of ["button", "badge", "dropdown-menu", "tabs"]) {
+ for (const component of ["button", "badge", "dropdown-menu", "tabs", "tooltip"]) {
89
const componentPath = path.join(uiDir(projectDir, options), `${component}.tsx`);
90
91
if (fs.existsSync(componentPath)) {
0 commit comments