fix lint error

This commit is contained in:
Kerwin Bryant 2025-01-06 07:06:25 +00:00
parent 91f972ce82
commit 07e48964b5

View File

@ -71,11 +71,6 @@ const doLoadFileContent = () => {
</div> </div>
</template> </template>
<style scoped> <style scoped>
a, a:hover {
text-decoration: none;
color: var(--color-text);
}
.sub-items { .sub-items {
display: flex; display: flex;
flex-direction: column; flex-direction: column;