当前位置:网站首页>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>边栏推荐
- 航芯开发板&调试器
- Product manager certification enrollment brochure (NPDP) in July 2022
- 微信小程序用户拒绝授权地理位置信息再次调起授权窗口
- 在 golang 中是如何对 epoll 进行封装的?
- verilog 等价操作符
- 【To .NET】C#数据模型,从Entity Framework Core到LINQ
- Development tips - Image Resource Management
- Figure timers in SOC (I): what timers are there in the system?
- 闭关修炼(二十一)Servlet生命周期、service方法源码分析、线程安全问题
- 工厂模式和策略模式的区别
猜你喜欢

2022春夏系列 KOREANO ESSENTIAL重塑时装生命力

2022第六季完美童模 合肥賽區 决賽圓滿落幕

2022年7月产品经理认证招生简章(NPDP)

2022 Season 6 perfect children's model Haikou competition area trial successfully concluded

Typescript variable declaration - type assertion

Robcogen tutorial of robot code generator

Does the SQL server run with administrator privileges? Or run it as a normal user?

hostname -f与uname -n的返回值可能不同

Self attention mechanism

mongoDB 持久化
随机推荐
单例模式的理解
51单片机中断与定时器计数器,基于普中科技HC6800-ESV2.0
通过ELO机制衡量各类对弈活动水平
Leetcode (142) - circular linked list II
Verilog 数据类型
2022年7月系统集成项目管理工程师认证招生简章
Mqtt second session -- emqx high availability cluster implementation
递归方法 rbac菜单层级显示 无限极分类
P4769-[noi2018] bubble sort [combinatorics, tree array]
Matlab usage
Pointnet/pointnet++ training and testing
编程语言
Self attention mechanism
Heavyweight released "FISCO bcos application landing guide"
The difference and usage of JS for in loop and for of loop
51 MCU interrupt and timer counter, based on Puzhong technology hc6800-esv2.0
laravel 8 实现 订单表按月份水平分表
2022春夏系列 KOREANO ESSENTIAL重塑时装生命力
开发小技巧-图片资源管理
MT-yolov6训练及测试