micgro42/wikidataShExValidator

View on GitHub
src/Presentation/components/ShExCView.vue

Summary

Maintainability
Test Coverage
<template>
  <pre>{{ $store.state.ShExC }}</pre>
</template>

<script>
export default {
  name: 'ShExCView',
};
</script>

<style scoped></style>