解决 import 的方法无法在 html 中直接使用

28 阅读1分钟
  • 需要在methods中声明一下
import {getIcon} from '@/utils/like'
methods: {
    getIcon
}