Skip to content

Instantly share code, notes, and snippets.

View TarasCampeao's full-sized avatar

Taras Vitovshchyk TarasCampeao

View GitHub Profile
@TarasCampeao
TarasCampeao / index.js
Created February 26, 2018 19:35 — forked from antixrist/index.js
vue-magnific. Magnific-popup wrapper for Vue.js
const _ = require('lodash');
const $ = require('jquery');
const Vue = require('vue');
require('jquery.magnific-popup');
module.exports = Vue.extend({
template: require('./tpl.html'),
props: {
show: {
type: Boolean,