Vue Error: Maximum call stack size exceeded

<template>
    <div>{{_timeFormat(date)}}</div>
</template>

The error reason is using _ in HTML

Read More: