FIX lint
This commit is contained in:
parent
de47f9d419
commit
ea9267c3b9
@ -67,7 +67,7 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import { getVueOptions } from './options';
|
import { getVueOptions } from './options';
|
||||||
|
|
||||||
let name = 'purple';
|
const name = 'purple';
|
||||||
export default Vue.component(name, getVueOptions(name));
|
export default Vue.component(name, getVueOptions(name));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user