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

Commit

Permalink
test: pass options
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 17, 2022
1 parent eba8ccc commit 71712ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/basic/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import { setupDevtoolsPlugin } from '@vue/devtools-api'
import { useRuntimeConfig } from '#imports'
setupDevtoolsPlugin()
setupDevtoolsPlugin({}, () => {})
const config = useRuntimeConfig()
Expand Down

0 comments on commit 71712ce

Please sign in to comment.