CVEProject / cve-website

The new CVE website
69 stars 36 forks source link

Fix Vue-router warning #305

Closed athu-tran closed 2 months ago

athu-tran commented 3 years ago

[vue-router] In Vue Router 4, the v-slot API will by default wrap its content with an element. Use the custom prop to remove this warning:

Resource: https://router.vuejs.org/api/#router-link

athu-tran commented 2 months ago

Fixed.