Skip to content

Commit

Permalink
build: update cache type to filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jan 4, 2022
1 parent 34c35ce commit 023560c
Show file tree
Hide file tree
Showing 11 changed files with 350 additions and 253 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@
"*.md": [
"prettier --write"
]
},
"target": "web"
}
}
3 changes: 3 additions & 0 deletions src/components/basic/context-menu/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export { createContextMenu, destroyContextMenu } from './src/createContextMenu';

export * from './src/typing';
157 changes: 0 additions & 157 deletions src/components/basic/context-menu/index.vue

This file was deleted.

40 changes: 0 additions & 40 deletions src/components/basic/context-menu/props.ts

This file was deleted.

Loading

0 comments on commit 023560c

Please sign in to comment.