mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
5af65527b0
* allow plugin in directory with index.js file * add test for plugin in dir * fix: refacto plugins key
4 lines
54 B
JavaScript
4 lines
54 B
JavaScript
if (process.client) {
|
|
window.__test_plugin = true
|
|
}
|