gpt4 book ai didi

javascript - Laravel/Vuetify 需要合适的加载器来处理此文件类型 (mp4)

转载 作者:行者123 更新时间:2023-11-28 03:37:10 24 4
gpt4 key购买 nike

我目前正在开发 Laravel/Vue 图像轮播,图像渲染得很好,但是当我使用 v-playback 组件加载视频时,出现以下错误:

Module parse failed: Unexpected character ' ' (1:0)
You may need an appropriate loader to handle this
file type, currently no loaders are configured to
process this file.

我尝试寻找 webpack.config.js 但我得到的是 webpack.mix.js 其中只有这些:

const mix = require('laravel-mix');

mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css');

我确实设法在 node_modules 的 laravel-mix 文件夹中找到了 webpack.config.js,但我不确定这是否是我需要修改的那个。

最佳答案

确保您的网址指向视频所在的确切路径和文件扩展名。您的网址可能应该指向这样的内容../public/videos/name_of_video.mp4

关于javascript - Laravel/Vuetify 需要合适的加载器来处理此文件类型 (mp4),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57605363/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com