We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 400f378 + fafc3ca commit 16bc8afCopy full SHA for 16bc8af
3 files changed
core/src/profile.js
@@ -43,4 +43,7 @@ Vue.mixin({
43
})
44
45
const View = Vue.extend(Profile)
46
-new View().$mount('#vue-profile')
+
47
+window.addEventListener('DOMContentLoaded', () => {
48
+ new View().$mount('#vue-profile')
49
+})
0 commit comments