Nuxt/test/fixtures/basic/plugins/dir-plugin/index.js
Dmitry Molotkov 5af65527b0 allow plugin in directory with index.js file (#3908)
* allow plugin in directory with index.js file

* add test for plugin in dir

* fix: refacto plugins key
2018-09-18 18:06:55 +02:00

4 lines
54 B
JavaScript

if (process.client) {
window.__test_plugin = true
}