You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the above URL and you should see a Copy button that, upon clicking copies "Test Content" on clipboard. You can even try pasting somewhere after that.
Because when you use BCopy.name you are actually referring to the BCopy class's name property, which will be minified after building. Should use BCopy.options.namehere.
Uh oh!
There was an error while loading. Please reload this page.
Version
3.7.0
Reproduction link
http://vue-cli-test.surge.sh/
Environment info
Steps to reproduce
The surge.sh link is just a prod build deployed there of the same thing that's there on codesandbox.
The github repo url is this - https://github.com/praveenpuglia/vue-cli-test
The component library code(which i author and having this issue with) - https://github.com/vue-lego/blocks
What is expected?
I should see the same copy button in prod build too.
What is actually happening?
The component is not parsed / run as a vue component. Inspecting the DOM shows the markup that was used for the component's usage.
The text was updated successfully, but these errors were encountered: