Get dashboard converted

This commit is contained in:
Dane Everitt
2018-12-30 13:41:24 -08:00
parent 33e09b5619
commit 11a70b0343
8 changed files with 332 additions and 325 deletions

View File

@@ -9,6 +9,6 @@ export default Vue.component('icon', {
replace();
},
template: `
<i data-feather="{{ name }}"></i>
<i :data-feather="name"></i>
`,
});