diff --git a/packages/.vitepress/theme/components/FunctionInfo.vue b/packages/.vitepress/theme/components/FunctionInfo.vue new file mode 100644 index 0000000..4af38e6 --- /dev/null +++ b/packages/.vitepress/theme/components/FunctionInfo.vue @@ -0,0 +1,61 @@ + + + diff --git a/packages/core/useManualRefHistory/index.md b/packages/core/useManualRefHistory/index.md index 9a136d0..af8dc83 100644 --- a/packages/core/useManualRefHistory/index.md +++ b/packages/core/useManualRefHistory/index.md @@ -4,3 +4,7 @@ related: useRefHistory --- # useManualRefHistory + +Manually track the change history of a ref when the using calls `commit()`, also provides undo and redo functionality + +## How to make \ No newline at end of file