久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術(shù)文章
文章詳情頁

javascript - vue-router 中的 router-link 不能點擊

瀏覽:122日期:2023-04-19 17:49:13

問題描述

<template> <p class='header'> <ul class='firstnav'> <li><h3 class='logo'><img src='http://m.baoyu77737.com/assets/logo.png'><i>CNODEJS</i></h3> </li> <li><router-link to='/'>首頁</router-link></li> <li><router-link to='/create'>發(fā)表</router-link></li> <li><router-link to='/messages'>消息</router-link></li> <li><router-link to='/userinfo'>我的</router-link></li> <li><router-link to='/about'>關(guān)于</router-link></li> </ul> </p></template><script type='text/ecmascript-6'>export default { name: ’header’,}</script><!-- Add 'scoped' attribute to limit CSS to this component only --><style lang='css' scoped> ul{ list-style-type: none } .header{ /*box-shadow: 0 0 1px rgba(0,0,0,0.25);*/ box-shadow: 0 1px 4px #ccc; font-size: 15px; background: #fff; position: fixed; width: 100%; top:0; /*min-width: 1000px;*/ } .firstnav{ display:block; width: 1000px; padding:0; margin: 0 auto; } .firstnav>li { float: left; display: inline-block; height: 50px; margin: 10px 0; } .firstnav>li>a{ line-height: 50px; padding:5px 10px; margin: 0 10px; /*border-bottom: 2px solid #41B883;*/ } .firstnav>li>a:hover{ /*border-bottom: 2px solid #41B883;*/ background: #F3F3F3; border-radius: 2px; } .logo{ margin: 0 100px 0 0; color: #41B883; } .logo img{ display: inline-block; width: 50px; height: 50px; }</style>

問題解答

回答1:

<router-link :to='' tag='li'></router-link>可以不要<li>了

回答2:

把<li><router-link to='/'>首頁</router-link></li>改成

<router-link to='/' tag='li'>首頁</router-link><!-- 渲染結(jié)果 --><li>首頁</li>

試試

標簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 雷州市| 洮南市| 沈阳市| 蓝田县| 会宁县| 庆安县| 秀山| 库尔勒市| 绥江县| 金沙县| 沿河| 富锦市| 甘德县| 房产| 肇东市| 饶平县| 抚宁县| 瑞昌市| 赣榆县| 汉中市| 江北区| 白河县| 集贤县| 潮安县| 青铜峡市| 岢岚县| 湖口县| 武穴市| 宾川县| 平谷区| 常宁市| 绵阳市| 苗栗县| 忻城县| 定兴县| 新丰县| 绵竹市| 称多县| 明星| 铜陵市| 四会市|