vue-plugin-load-script icon indicating copy to clipboard operation
vue-plugin-load-script copied to clipboard

A Vue plugin for injecting remote scripts.

Results 5 vue-plugin-load-script issues
Sort by recently updated
recently updated
newest added

`TS2769: No overload matches this call. Overload 1 of 2, '(plugin: PluginObject | PluginFunction, options?: unknown): VueConstructor', gave the following error. Argument of type 'typeof import("/Users/test/node_modules/vue-plugin-load-script/index")' is not assignable to...

I was wondering if there is a way to compile and build a vue app which is finally a js file and load it into our current vue app and...

``` function loadStyle (href) { return new Promise(function (resolve, reject) { let shouldAppend = false; let el = document.querySelector('link[href="' + href + '"]'); if (!el) { el = document.createElement('link'); el.rel...

When my network is not allowed to access the scrips, I can't deal with the timeout error.

bug

running a node ssr server throws the following error : vue-plugin-load-script/index.js:44 export { unloadScript, loadScript }; ^^^^^^ SyntaxError: Unexpected token 'export' at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1033:15) at Module._compile (node:internal/modules/cjs/loader:1069:27)...