79541809

Date: 2025-03-28 15:28:45
Score: 1
Natty:
Report link

create a client side plugin like so: comment.client.js file in ur plugins directory

export default defineNuxtPlugin(() => {
    const comment = document.createComment(
        " Your comment goes here... "
    )

    document.documentElement.prepend(comment)
})

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mark Haddad