Giter VIP home page Giter VIP logo

Comments (9)

ThaDaVos avatar ThaDaVos commented on May 3, 2024 37

@sqal - don't forget, VueJs 3 is still Alpha, it's far from finished and as far as I know, only contains what's needed to get it up to par with VueJs 3 (as it is a rewrite) - I'm also hoping for the implementation for this but I think we just have to wait for VueJs 3 to be finished

from core.

sqal avatar sqal commented on May 3, 2024 26

I fully understand that :) I was just playing with the alpha today and noticed that this feature is not implemented so I thought I'd open a new issue and maybe someone with free time who would like to contribute to vue 3 can add this feature.

from core.

yyx990803 avatar yyx990803 commented on May 3, 2024 8

@ysj16 I'm not yet fully convinced that this is the best syntax to go with. I think a proper RFC with more discussion around the use case would be needed.

from core.

KaelWD avatar KaelWD commented on May 3, 2024 8

How about v-slots="$slots" like jsx?
Full passthrough would just be <SomeComponent v-bind="$attrs" v-slots="$slots" />

<SomeComponent v-slots="slots">
  <template #foo>
    ...

equivalent to jsx

<SomeComponent>
  {{
    ...slots,
    foo: () => ...
  }}
</SomeComponent>

from core.

JasKang avatar JasKang commented on May 3, 2024 3

Is this feature in progress? If not, I can try. @yyx990803
@ysj16 If you have no time, I'll do it for you. hahah

from core.

ysj16 avatar ysj16 commented on May 3, 2024

Is this feature in progress? If not, I can try. @yyx990803

from core.

chjtx avatar chjtx commented on May 3, 2024

@JasKang Come on!!

from core.

IlCallo avatar IlCallo commented on May 3, 2024

This last one seems more "correct" than the initially proposed one

from core.

craigrileyuk avatar craigrileyuk commented on May 3, 2024

I think the JSX-style syntax mentioned at #575 (comment) would be ideal.

I regularly find myself having to do

<template v-for="(_, name) in $slots" #[name]="slotData">
    <slot :name="name" v-bind="slotData" />
</template>

to pass through slots to another component (especially when wrapping library components).

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.