chore: clean-up

This commit is contained in:
Łukasz Holeczek
2022-11-25 14:48:04 +01:00
parent 11c868374a
commit c7e0ce80ab
30 changed files with 1 additions and 139 deletions
+1 -2
View File
@@ -22,7 +22,6 @@
</template>
<script>
import pkg from '../../package.json'
export default {
name: 'DocsExample',
props: {
@@ -33,7 +32,7 @@ export default {
},
},
setup(props) {
const url = `https://coreui.io/vue/docs/${pkg.config.coreui_library_short_version}/${props.href}`
const url = `https://coreui.io/vue/docs/${props.href}`
return {
url,