UNPKG

vue-adblock-detect

Version:
11 lines (9 loc) 193 B
import detectAdBlock from './adblock'; const mixin = { methods: { detectAdBlock(){ return detectAdBlock(); } } } export default (typeof window !== 'undefined' ? mixin : {})