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
+16
View File
@@ -0,0 +1,16 @@
<template>
<component-debug :component="this" v-if="show" />
</template>
<script>
export default {
name: 'LibraryOptions',
props: {
show: { type: Boolean, default: true }
}
}
</script>
<style lang="scss" scoped>
</style>