svg inline fontawesome icons
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
import 'babel-polyfill';
|
||||
import Vue from 'vue';
|
||||
import Upload from './Upload.vue';
|
||||
import store from './Upload/store.js';
|
||||
import Icon from 'vue-awesome/components/Icon.vue'
|
||||
|
||||
Vue.component('icon', Icon);
|
||||
|
||||
new Vue({
|
||||
el: '#upload',
|
||||
|
||||
Reference in New Issue
Block a user