Answer the question
In order to leave comments, you need to log in
How to use @ symbol in JSDoc?
I'm trying to write documentation for a Vue component. I write like this:
/**
* <ComponentName value="name"
* :getter="objectName"
* mode="text"
* @active="(mode, name, val) => activeFlag = mode"
* @input="(name, val) => objectName[name] = v"
* @save="Save"/>
*/
* mode="text"
is missing. Answer the question
In order to leave comments, you need to log in
Use v-on and v-bind
Well, or add plugin https://www.npmjs.com/package/jsdoc-escape-at to jsdoc config plugins array and escape with backslash
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question