Fix missing name variable
This commit is contained in:
parent
e849f1874b
commit
25a8607056
@ -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