Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Describe functional components props in a template #86

@elevatebart

Description

@elevatebart

given this template

<div :style="props.style" :class="props.class"></div>

we should be able to describe both properties without risking a collision.

I would se a model along those lines

<!-- @prop style - the style of my div -->
<!-- @prop class - a class for my div -->
<div :style="props.style" :class="props.class"></div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions