fix bug list circuits and transactionsenabled

This commit is contained in:
Paolo Arena
2022-09-24 20:21:29 +02:00
parent bc2080c42c
commit 201d148e31
29 changed files with 299 additions and 332 deletions

View File

@@ -0,0 +1,12 @@
<template>
<div v-if="rec">
<div v-html="rec.content"></div>
</div>
</template>
<script lang="ts" src="./CShowContentPage.ts">
</script>
<style lang="scss" scoped>
@import './CShowContentPage.scss';
</style>