logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
67 stars 40 forks source link

fix(nuxt): import `defineEventHandler` from h3 #649

Closed gao-sun closed 8 months ago

gao-sun commented 8 months ago

Summary

explicitly import defineEventHandler from h3 to fix the runtime error. fix #647.

Testing

after update, the nuxt project can build successfully

image

Checklist