* Nuxt specific corrections
Minor adjustments so that the example doesn't need tinkering to run in latest default Nuxt installation.
Line 38: Nuxt does not use a src folder by default & convert name to multi-word to avoid naming convention errors.
Line 83: Removed id attribute from page container div. Nuxt adds its own id="app" to the app root container.
Line 85: Convert name to multi-word to avoid naming convention errors.
Line 91: Fix typo client-only
* Refactor: Change component name to TiptapEditor
* docs: changed path notation for new component