Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/plugins/system/yooessentials/modules/core/app/fields/
Upload File :
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>