]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(runtime-core): useId() (#11404)
authorEvan You <evan@vuejs.org>
Fri, 19 Jul 2024 10:06:02 +0000 (18:06 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 10:06:02 +0000 (18:06 +0800)
commit73ef1561f6905d69f968c094d0180c61824f1247
tree32d59d30950d5e27a50860407cdcb562ddb1a0da
parent3f8cbb2379397a85aa67834b5f9365aeb6351854
feat(runtime-core): useId() (#11404)
packages/runtime-core/__tests__/helpers/useId.spec.ts [new file with mode: 0644]
packages/runtime-core/src/apiAsyncComponent.ts
packages/runtime-core/src/apiCreateApp.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/helpers/useId.ts [new file with mode: 0644]
packages/runtime-core/src/index.ts