docs: fix plugin default export notation (#908)

This commit is contained in:
hikaru 2021-10-13 18:07:03 +09:00 committed by GitHub
parent 9b917f8c70
commit c12a6564a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ import Vuelidate from 'vuelidate'
Vue.use(Vuelidate)
export default {}
export default () => { }
```
::