Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodeleao committed Jan 4, 2023
1 parent 4dbed2e commit 39d2312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mount.ts
Expand Up @@ -483,7 +483,7 @@ export function mount(
// otherwise we run into a proxy set error
// due to https://github.com/vuejs/core/commit/f73925d76a76ee259749b8b48cb68895f539a00f#diff-ea4d1ddabb7e22e17e80ada458eef70679af4005df2a1a6b73418fec897603ceR404
// introduced in Vue v3.2.45
// Also ensures not to include option API components in this this block
// Also ensures not to include option API components in this block
// since they can also have setup state but need to be patched using
// the regular method.
if (isScriptSetup(this)) {
Expand Down

0 comments on commit 39d2312

Please sign in to comment.