<template> <div> <head-bar></head-bar> <SearchList></SearchList> <foot-bar></foot-bar> </div> </template> <script> export default { name: "_id" } </script> <style scoped> </style>