karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Empty app content #169

Closed dimonchoo closed 5 years ago

dimonchoo commented 5 years ago

On one site where i need to embed widget i got this. Can anyone help me?

<vue-widget id="vue-widget" vce-ready="">
    <div id="app"><!----></div>
</vue-widget>

All scripts are loaded, and no error in console or other errors anywhere else. Can it be due to web-server configs? Apache on board. On all other sites all is fine, but they are hosted on different platforms. I can give link to domain with this problem in messengers only. Thanks for any help.

karol-f commented 5 years ago

Sure, give me link on https://www.dropbox.com/s/yj3a3sqqcqvk9hc/1562088295658.jpg?dl=0 https://m.me/karol.fabjanczuk

karol-f commented 5 years ago

Resolved in PM.

zerounix commented 5 years ago

Having the same problem, so how did you guys solve it?

karol-f commented 5 years ago

As I recall it was problem with double loading of Vue or something similar.