Skip to content

Commit a3fc9df

Browse files
committed
fix(composeables): 🚚将composeables文件夹移入composables中
1 parent e65b22e commit a3fc9df

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

src/composables/usePluginEnter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function usePluginEnter(
99
) {
1010
onMounted(() => {
1111
window?.utools.onPluginEnter((action) => {
12-
return hook(action);
12+
return hook(action);
1313
});
1414
});
1515
}

src/composeables/usePluginEnter.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)