Merge branch 'master' of https://github.com/tomatrow/best-resume-ever into tomatrow-master
This commit is contained in:
commit
de47f9d419
@ -67,7 +67,8 @@
|
||||
import Vue from 'vue';
|
||||
import { getVueOptions } from './options';
|
||||
|
||||
export default Vue.component('purple', getVueOptions(name));
|
||||
let name = 'purple';
|
||||
export default Vue.component(name, getVueOptions(name));
|
||||
</script>
|
||||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user