mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix plugin default export notation (#908)
This commit is contained in:
parent
9b917f8c70
commit
c12a6564a0
@ -123,7 +123,7 @@ import Vuelidate from 'vuelidate'
|
||||
|
||||
Vue.use(Vuelidate)
|
||||
|
||||
export default {}
|
||||
export default () => { }
|
||||
```
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user