Commit 72bf1339 authored by Bryce Johnson's avatar Bryce Johnson

Add reusable component for loading icons.

parent 28b5bb94
(() => {
Vue.component('loading-icon', {
template: `
<i class="fa fa-spinner fa-spin loading-icon"></i>
`,
});
})();
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment