当前位置:网站首页>Solutions to ineffective uniapp import components
Solutions to ineffective uniapp import components
2022-06-29 09:02:00 【S Xiaoxiao s 4D smile】
Customize footer Components :

Introduced when used in parent component :
<template>
<footer :active="3"></footer>
</template>
<script>
import footer from '../../../components/footer/footer.vue'
export default {
components: {
footer
},
}
</script>The above method is invalid and does not display components , There was no error ~
In the template footer Put it in capital letters Footer That's all right. ...
<template>
<Footer :active="3"></Footer>
</template>
<script>
import footer from '../../../components/footer/footer.vue'
export default {
components: {
footer
},
}
</script>边栏推荐
- js for in循环 for of循环的区别以及用法
- Unity C # e-learning (12) -- protobuf generation protocol
- 闭关修炼(二十二)session和cookie原理
- Robcogen tutorial of robot code generator
- 2022第六季完美童模 清远赛区 海选赛圆满落幕
- P6776-[NOI2020]超现实树
- Self attention mechanism
- Verilog equivalent operator
- sql server 用 administrator 权限运行吗?还是以普通用户运行呢?
- mysql insert 时出现Deadlock死锁场景分析
猜你喜欢
![[microservices openfeign] timeout of openfeign](/img/b1/9bc92250b4d544c704d2af5c08d059.png)
[microservices openfeign] timeout of openfeign
![[untitled]](/img/6e/5dd5dcff89a74f7d367c9186a77268.png)
[untitled]

Self attention mechanism

Batch processing of experimental contact angle data matlab analysis

批量处理实验接触角数据-MATLAB分析

2022 spring summer collection koreano essential reshapes the vitality of fashion

51单片机中断与定时器计数器,基于普中科技HC6800-ESV2.0

51 MCU interrupt and timer counter, based on Puzhong technology hc6800-esv2.0

The final of the sixth season of 2022 perfect children's model Hefei division came to a successful conclusion

Core development board & debugger
随机推荐
2022第六季完美童模 清远赛区 海选赛圆满落幕
Verilog 大小端以及 +:使用
Does the SQL server run with administrator privileges? Or run it as a normal user?
对比HomeKit、米家,智汀家庭云版有哪些场景化的体验
Figure timers in SOC (I): what timers are there in the system?
Open3D 最远点采样(FPS)
2022 Season 6 perfect children's model Haikou competition area trial successfully concluded
Cdga | what is the core of digital transformation in the transportation industry?
Robcogen tutorial of robot code generator
调试H5页面-vConsole
今年的网络安全“体检”你做了吗?
The return values of hostname -f and uname -n may be different
Core development board & debugger
批量处理实验接触角数据-MATLAB分析
闭关修炼(二十四)浅入了解跨域问题
Verilog expression
New paid Tarot calculation source code (with building tutorial)
抽象类、接口
Uniapp wechat applet reports an error typeerror: cannot read property 'call' of undefined
(III) encoder self attention mask