gpt4 book ai didi

javascript - 导出默认值中 'name' 属性的用途/用途是什么{}

转载 作者:搜寻专家 更新时间:2023-10-30 22:32:18 24 4
gpt4 key购买 nike

我正在学习vuejs,我不明白为什么需要这个名字。

<template>
</template>
<script>
export default {
name: 'NotFound'
}
</script>

<style>
</style>

比如可以在这个文件https://github.com/misterGF/CoPilot/blob/master/src/components/404.vue中看到上面代码的源码这个名字什么都不做,但我们为什么需要它。

最佳答案

Components can recursively invoke themselves in their own template. However, they can only do so with the name option

https://v2.vuejs.org/v2/guide/components.html#Recursive-Components

关于javascript - 导出默认值中 'name' 属性的用途/用途是什么{},我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45978520/

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