How to invoke a file component in vue?

I wrote a common bottom component bottom.vue


in vue.

after looking at the official website for other forms, I did not find the reference file pattern. How to call it in this case?


if you write it in this way, you can, uh,

<template>
....
// 
<buttom :a='' @xx='' ></buttom>
// slot 
<buttom :a='' @xx='' />
</template>

by the way, comments = > components,


you need local components

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3239f-2be0e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3239f-2be0e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?