| Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/ |
| Current File : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/InfoField.vue |
<template>
<div v-html="field.content"></div>
</template>
<script>
import yootheme from 'yootheme';
export default {
name: 'Info',
extends: yootheme.fields.components.FieldText,
};
</script>