Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(nuxt): use deep assignment for app.config hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 19, 2022
1 parent d3ccb79 commit 01ba8ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playground/app.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default defineAppConfig({
theme: {
color: '125'
}
})

0 comments on commit 01ba8ba

Please sign in to comment.