fix: apply ESLint rule vue/padding-line-between-blocks
This commit is contained in:
@@ -40,6 +40,7 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<button :class="['menu-item', itemClass]" @click="action">
|
||||
<FluentIcon
|
||||
@@ -51,6 +52,7 @@ export default {
|
||||
<span :class="[{ 'pl-3': icon }, textClass]">{{ text }}</span>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~widget/assets/scss/variables.scss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user