Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Uncaught TypeError: e.extend is not a function #73

@kavicka

Description

@kavicka

Hello, after installing plugin via npm, it throws me error:

    at install (index.js:75:22)
    at Object.use (runtime-core.esm-bundler.js:4331:21)
    at main.js:33:5

in my main.js is:

import VueImg from 'v-img';

const vueImgConfig = {
    // Use `alt` attribute as gallery slide title
    altAsTitle: false,
    // Display 'download' button near 'close' that opens source image in new tab
    sourceButton: false,
    // Event listener to open gallery will be applied to <img> element
    openOn: 'click',
    // Show thumbnails for all groups with more than 1 image
    thumbnails: false,
  }

app.use(VueImg, vueImgConfig);
app.mount('#app')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions