fix bug list circuits and transactionsenabled
This commit is contained in:
12
src/components/CShowContentPage/CShowContentPage.vue
Executable file
12
src/components/CShowContentPage/CShowContentPage.vue
Executable 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>
|
||||
Reference in New Issue
Block a user