Skip to content

Instantly share code, notes, and snippets.

@bolducke
bolducke / index.js
Created October 6, 2020 20:36 — 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,