import Loading from './loading.gif’
import createLoadingLikeDirective from ‘@/assets/js/create-loading-like-directive’
const loadingDirective = createLoadingLikeDirective(Loading)
export default loadingDirective
以上代码,是vite里的,浏览器会报错
runtime-dom.esm-bundler.js:1255 Uncaught (in promise) TypeError: Cannot create property ‘template’ on string ‘/src/components/base/loading/loading.gif’
在vite里 去不掉后缀的,报错,但是加上吧,就报如上的错误,我搞不懂了
慕课网明星讲师黄轶深度讲解 Vue3.0 ,提升的不止是Vue代码能力
了解课程