Support slots, events and external .js
See original GitHub issueDo you plan to add support for support slots, events, mixins and external .js?
my .vue:
<template>
.....
</template>
<script src="./my.js"><script>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Using templates and slots - Web Components | MDN
This article explains how you can use the and elements to create a flexible template that can then be used to populate the...
Read more >How to watch for external slot changes? - Stack Overflow
The slot element doesn't accept events, but you could use @vnodeUpdated event in the element that wraps the slot to watch the changes...
Read more >Bountysource
Support slots, events and external .js. ... Help and Information. Frequently Asked Questions · Bugs and Feature Requests · Fees ...
Read more >How can I emulate Signals and Slots found in Qt, to Javascript ...
Often, the motivation for event-based programming is an asynchronous program, but here JS offers a better approach with its async/await ...
Read more >Using Slots In Vue.js - Smashing Magazine
To get access to the data passed to the slot, we specify the name of the scope variable with the value of the...
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 Free
Top 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
Mmmh…
Good question. Maybe
@vue-mixin
can take a filename that will be read and parsed by jsdoc-vuejs? And then after parsing, we populate component’s prop/data/computed?What do you think?
Update: @event can be used to document events already, like this