Skip to content

Commit 0eaee78

Browse files
fix(vue): update output target and fix incorrect types (#30259)
Issue number: resolves #30254 --------- The type for `routerLink` was incorrectly set as `symbol`. The new update of the Vue output target to sets it to `string | symbol` - [ ] Yes - [x] No Dev build: `8.5.1-dev.11742238707.15ce0fe2` --------- Co-authored-by: Brandy Smith <[email protected]>
1 parent 6befd55 commit 0eaee78

File tree

4 files changed

+64
-97
lines changed

4 files changed

+64
-97
lines changed

core/package-lock.json

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stencil/angular-output-target": "^0.10.0",
5151
"@stencil/react-output-target": "0.5.3",
5252
"@stencil/sass": "^3.0.9",
53-
"@stencil/vue-output-target": "0.10.5",
53+
"@stencil/vue-output-target": "0.10.7",
5454
"@types/jest": "^29.5.6",
5555
"@types/node": "^14.6.0",
5656
"@typescript-eslint/eslint-plugin": "^6.7.2",

0 commit comments

Comments
 (0)