require-vuejs icon indicating copy to clipboard operation
require-vuejs copied to clipboard

RequireJS plugin to async and dynamic load and parse .vue components

Results 13 require-vuejs issues
Sort by recently updated
recently updated
newest added

cause error : ```js define(['Vue'],function(Vue){}) ``` no error: ```js define(['Vue'],function(Vue){}); ``` because the error code text passed to onload.fromText is: ```js (function (template) { define(['Vue'], function (Vue) { }) //...

"vue" must exist when element UI is loaded, but it conflicts with define ("Vue",...); in require vuejs plug-in

Hi I must be doing something very wrong but I cannot see the sources in the chrome dev tools. I can put a `debugger` statement into the code, which stops...

I am trying to use this plugin in IE11 (as part of developing a non-transpiled Excel add-in, which run in an IE11 frame when used with Office desktop), so I...

enhancement

I'm having issues compressing r.js. It says Error: `ReferenceError: document is not defined`. I think the culprit is line 21 of plugin.js, since parse gets called regardless of where we...

bug

When using PascalCase components, and having the browse load the `.vue` files, all html tags are lower cased, and then vue can't load the right components.

enhancement

Hy, Thanks your, good library I found an error when the quotation marks are escaped before <img alt="" :src="photo.src + (photo.version || '')"> after '' + '<img alt="" :src="photo.src +...

bug

Hy, Thanks for your work. Scopped CSS doesn't seems to work Regards

enhancement
help wanted

Is there a simple way to load local vue components instead of querying even a local server?

Dear, for help: I access my local html by chrome,the require-vuejs can't actually access the file by loadRemote method(not the loadLocal method), throwing error "Uncaught Error: Load timeout for modules:...

enhancement