Nuxt/test/fixtures/with-config/plugins/test.js
Clark Du ef7a42649d misc: improve coverage and packaging (#3121)
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30

8 lines
111 B
JavaScript

// Custom plugin
if (process.client) {
window.__test_plugin = true
} else {
global.__test_plugin = true
}