How to use the dynamic modal of the component "vue-js-modal" on npm?

https://www.npmjs.com/package.

there is an introduction to Dynamic Modals in the documentation of this package
clipboard.png

:(vue-cli3.0)



,dynamic?

clipboard.png


. Webopack.config.js adds the following configuration
1

resolve: {
    alias: {
        vue: 'vue/dist/vue.js'
    }
}
Menu