Skip to content

Commit

Permalink
Adding back example piece now that it works with the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevnerdstuff committed Mar 5, 2023
1 parent 10bb418 commit 2df466d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sections/PluginOptionsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const app = createApp(App);
app.use(UnicornLog, {
logPrefix: '[OMG LOOK HERE!]:',
disabled: process\u200b.env.UNICORN_LOG !== 'true',
// ...other options
});
Expand Down

0 comments on commit 2df466d

Please sign in to comment.