一直报错
The requested module 'https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js' does not provide an export named 'default'
<script>
import $ from 'https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js'
export default {
mounted () {
console.log($, "======uni-app的H5模式引入JQuery=====");
},
data() {
return {
title: 'Hello 111',
logo: 'https://www.mingheng.org.cn/static/upload/image/20230426/1682521624301324.png'
}
}
}
</script>
7***@qq.com (作者)
就是web端 引入jquery都不能 做脚本效果不是太麻烦了
2023-07-02 14:02