Skip to content

Commit

Permalink
feat: recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
luke358 committed Jan 19, 2024
1 parent 8df4364 commit e047565
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 61 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ recipes/all.json
recipes/archives

.vscode

preload/recipe.js
4 changes: 3 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module 'vue' {
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AddServiceDrawer: typeof import('./src/components/AddServiceDrawer.vue')['default']
ContextMenuPopover: typeof import('./src/components/ContextMenuPopover.vue')['default']
Expand Down
60 changes: 0 additions & 60 deletions preload/recipe.js

This file was deleted.

0 comments on commit e047565

Please sign in to comment.