rename TextOptions to LibraryOptions

This commit is contained in:
axolotle
2021-03-11 10:33:58 +01:00
parent 60f713caa1
commit fc779eb8fd
2 changed files with 2 additions and 3 deletions
@@ -4,7 +4,7 @@
<script>
export default {
name: 'TextOptions',
name: 'LibraryOptions',
props: {
show: { type: Boolean, default: true }