unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property "markRaw" was accessed during render but is not defined on instance.

huzedong2015 opened this issue · comments

<template>
    <el-button :icon="markRaw(FinancingOne)">
         提现
    </el-button>
</template>

我手动引入就可以

Vue 模板中的函数是不会自动导入的。

Functions in Vue templates are not automatically imported.