You've already forked AstralRinth
forked from didirus/AstralRinth
Fixes Lint error.
This commit is contained in:
@@ -22,10 +22,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script setup>
|
||||||
import { XIcon } from '@/components'
|
import { XIcon } from '@/components'
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
import { defineComponent } from 'vue'
|
||||||
|
|
||||||
export default {
|
export default defineComponent({
|
||||||
props: {
|
props: {
|
||||||
header: {
|
header: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -49,7 +52,7 @@ export default {
|
|||||||
this.shown = false
|
this.shown = false
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user