fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -17,6 +17,6 @@ export default {
|
||||
|
||||
<template>
|
||||
<div class="bg-white h-full">
|
||||
<iframe-loader :url="link" />
|
||||
<IframeLoader :url="link" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user