FIX lint-error

This commit is contained in:
pubkey 2018-09-27 19:48:02 +02:00
parent 69969e5547
commit 4915d83401

View File

@ -187,7 +187,7 @@
import Vue from 'vue';
import { getVueOptions } from './options';
let name = 'cool';
const name = 'cool';
export default Vue.component(name, getVueOptions(name));
</script>