posva / vue-mdc

Material web components for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdl-spinner not working

rickbsgu opened this issue · comments

Get placeholder "Loading" text.

Might have something to do with the component being loaded before mdl (or this part of mdl) is initialized?

I came across with this issue, too. I came to the same conclusion, the javascript file seems to be loaded before the component is created. I worked around this but I would actually like to know a solution for this as I might use other external scripts and they won't work for the same reason.