Component Data json format
See original GitHub issueI’ve read the Component Data docs and have looked through 3rd party implementations of attributes.json and tags.json, but I couldn’t find a way to allow for auto-completion and suggestion of custom events, I’ve tried prefixing props with v-on:
and @
but it’s not quite the same when you type @
and it brings up a list of all available events to listen on.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Understand the components.json File and Format
json file is used for themed components. A theme must have a components.json file located at /ThemeName/components.json , which specifies the components used...
Read more >Load and Render JSON Data into React Components
In this guide, we will work on a code example to load the JSON data from a file and render it inside a...
Read more >Working with JSON - Learn web development | MDN
JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax.
Read more >component.json format v3 - WIKINDX - SourceForge
Each component must have a component.json in JSON format that describes the main information about itself. The file must be structured as a...
Read more >How to Generate a Table From JSON Data in React
Learn how a React component can generate markup and access data in the JSON format.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool modeling btw 🎩
@michaeltintiuc Yes, sorry for the lack of documentation now…Take a look at https://github.com/vuejs/vetur/pull/2180/commits/1ccb6ba88898f003f484842be66c70c7e9c37d9d and the setup here: https://github.com/vuejs/vetur/blob/813a3b52157e7a79a17383a320eac88f85b2050f/test/componentData/fixture/package.json#L10-L13
I’ll make a release this week.