FIX lint-error
This commit is contained in:
parent
69969e5547
commit
4915d83401
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user