Archived
2
0

npm lint.

This commit is contained in:
Miroslav Šedivý
2023-01-28 21:54:26 +01:00
parent 12623866b3
commit dfe8b8b57d
24 changed files with 48 additions and 53 deletions

View File

@ -132,8 +132,7 @@
</style>
<script lang="ts">
import { Component, Ref, Watch, Vue } from 'vue-property-decorator'
import md, { HtmlOutputRule } from 'simple-markdown'
import { Component, Vue } from 'vue-property-decorator'
@Component({ name: 'neko-about' })
export default class extends Vue {