Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Dec 19, 2024
1 parent c255d6b commit e89b0b8
Show file tree
Hide file tree
Showing 10 changed files with 801 additions and 560 deletions.
2 changes: 1 addition & 1 deletion app/.vitepress/theme/components/example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ onMounted(() => {
return createElement(
Fragment,
null,
createElement("p", { className: "text" }, "Reactive count component: "),
createElement("p", { className: "text" }, "Reactive count component:"),
createElement(
"button",
{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@types/node": "^22.8.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vue/reactivity": "~3.5.13",
"eslint": "^8.57.0",
"husky": "^8.0.2",
"lodash": "^4.17.21",
Expand All @@ -51,7 +52,7 @@
"tslib": "^2.8.0",
"typescript": "^5.3.3",
"vitepress": "^1.3.4",
"vue": "^3.5.12",
"vue": "^3.5.13",
"zustand": "^5.0.0"
}
}
1 change: 1 addition & 0 deletions packages/r-store/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
declare global {
const __DEV__: boolean;
const __VERSION__: string;
const __VUE_VERSION__: string;

namespace NodeJS {
interface ProcessEnv {
Expand Down
Loading

0 comments on commit e89b0b8

Please sign in to comment.