摘要:
打包后运行index.html,会报错"because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled." 1.找到config文件夹下的 阅读全文
posted @ 2022-10-06 07:06
Mahmud*小麦*
阅读(2105)
评论(0)
推荐(0)
摘要:
路由懒加载可以帮我们在进入首屏时不用加载过度的资源,从而减少首屏加载速度。 (1)路由文件中,非懒加载写法: import Index from '@/page/index/index'; export default new Router({ routes: [ { path: '/', name 阅读全文
posted @ 2022-10-06 06:49
Mahmud*小麦*
阅读(269)
评论(0)
推荐(0)

使用v-bind指令可以给元素动态绑定class与style属性。 1、动态绑定class的三种方式 ①直接绑定 ②绑定对象 语法:{key(类名) :value(布尔值)} ③绑定数组 ③三元运算符来条件实现 2、动态绑定style的两种方式 ①绑定对象 ②绑定数组 参考文章:https://ww
浙公网安备 33010602011771号