FIX lint errors

This commit is contained in:
salomonelli 2020-04-29 21:48:26 +02:00
parent 577e45ea53
commit 9d1aa58bec

View File

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