Skip to content

Commit

Permalink
fix(vue): support new vue compile-time-flags (#861)
Browse files Browse the repository at this point in the history
Signed-off-by: Jellyfish <[email protected]>
Co-authored-by: L <[email protected]>
  • Loading branch information
jellyfishgh and louisgv committed Jan 26, 2024
1 parent 5ef2df7 commit f2bc268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/plasmo/templates/static/common/vue.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
globalThis.__VUE_OPTIONS_API__ = true
globalThis.__VUE_PROD_DEVTOOLS__ = process.env.NODE_ENV !== "production"
globalThis.__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ = false

0 comments on commit f2bc268

Please sign in to comment.