for example, define a tag in template
< div class= "cg_table_row_fundname" > {{getShortTxtWithLength (item.fundname, 6)}} < / div >
getShortTxtWithLength method is introduced into the current component in the following ways
import {getShortTxtWithLength} from "src/utils/index.js";
but hint:
how to use this method correctly?