Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 23, 2023
1 parent c347c02 commit 79fc402
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "link:/Users/kevin/Developer/open-source/vite-plugin-vue/packages/plugin-vue",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.2",
"vite-plugin-inspect": "^0.7.42"
}
Expand Down
1 change: 1 addition & 0 deletions playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import App from './App.vue'
render(() => {
// @ts-expect-error
const returned = App.setup({}, { expose() {} })
// @ts-expect-error
return App.render(returned)
}, '#app')
15 changes: 13 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79fc402

Please sign in to comment.