Nuxt.js Nuxt-Link没有显示为悬停指针

时间:2019-12-12 08:04:32

标签: css vue.js hyperlink nuxt.js

我有这样的nuxt-link

<nuxt-link to="/login" class="nuxtLinkStyle">Login</nuxt-link>

然后使用nuxtLinkStyle类对其进行样式设置

.nuxtLinkStyle {
   text-decoration: none;
   color: inherit !important;
   cursor: pointer;
}

但是将鼠标悬停在链接上时,光标不会显示指针,而是默认指针。任何提示如何做到这一点?

0 个答案:

没有答案