imfoItem.vue 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <template> <a> <li class = "item"> hello <br> it's me </li> </a> </template> <style> .item{ background: white; height: 70px; padding: 10px; } </style>