Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Vue Facing Decorator
vue-facing-decorator
Collective -
Host: opensource -
https://opencollective.com/vue-facing-decorator
- Code: https://github.com/facing-dev/vue-facing-decorator
Doc Japanese Translation
github.com/facing-dev/vue-facing-decorator - e5ba2bb62426991f16652b6998d7c25a38262450 authored 10 months ago by Simmler Li <[email protected]>docs: Japanse Translation
github.com/facing-dev/vue-facing-decorator - 54218894fb819fe822f463ce9c68782e494499d7 authored 11 months ago by Yuto Saito <[email protected]>github.com/facing-dev/vue-facing-decorator - 7a908c80f27bd2b4b82b422bf9c9823018fbe64e authored 11 months ago by Yuto <[email protected]>
github.com/facing-dev/vue-facing-decorator - 52dc2f4b2c0db8b152650f560a03f550098f8eb0 authored about 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 69390318859c93a9db4b389f96eeb23290104951 authored about 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 258ff661a4298177eb78139f48358509bc0a0d5d authored about 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - cb8c1fe4239168ee8439a60a511bc1117a430715 authored about 1 year ago by li lei <[email protected]>
🐛 Avoid emitting `undefined` as a return value
github.com/facing-dev/vue-facing-decorator - 3954c58a4c97692171042cbfa984e3ba84988640 authored about 1 year ago by Simmler Li <[email protected]>🐛 Fix reactivity for `@Provide`
github.com/facing-dev/vue-facing-decorator - ad701eeda18d1b4ac95b4f3c1bea172e39824d3b authored about 1 year ago by Simmler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - b8ea64607b71a7d00e0de88257ea5e911df03c6a authored about 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - da773286221b9bd5c3d4998948d0865a2b9705b5 authored about 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 9374270ce3fd425819d0c880d49d1ead43b26bf2 authored about 1 year ago by li lei <[email protected]>
+ correctly expose `methods` option to recover compatibility to `vue-class-component`
github.com/facing-dev/vue-facing-decorator - a41aa9b3c40d58fd4d313e072d4503e687b046db authored over 1 year ago by Simmler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - 891ad5246c5e322340b29a87e1e445fa8168e484 authored over 1 year ago by Luke Grandke <[email protected]>
github.com/facing-dev/vue-facing-decorator - f60e9d365e4f2099320e4383a810b6d5895cf746 authored over 1 year ago by Luke Grandke <[email protected]>
github.com/facing-dev/vue-facing-decorator - d45a6b81468c9997b49546d9c1f45ecdb9b6803f authored over 1 year ago by Luke Grandke <[email protected]>
github.com/facing-dev/vue-facing-decorator - bd2ade0d504cb159140f36887a13bd0f8c5d7312 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 1b2e825603afcc270249d51a0dabc19e55007deb authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 16adce3e654847f8758e43e0f5a8918f37499540 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 29816013c5301fcaf189dada2331c8cf79238dab authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - c9b40b2e65297fbbf6f8b714ad529dfe78172fd8 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - ca3d14223436f1e274f804142889ea8a441010d5 authored over 1 year ago by li lei <[email protected]>
Consider an empty emitter function:
```ts
@Component
class MyComponent {
@Emit
public foo()...
Fixes https://github.com/facing-dev/vue-facing-decorator/issues/80
This change fixes reactivity...
github.com/facing-dev/vue-facing-decorator - 950f0f2df6b345d18bb9c1639ad1f00550b1d540 authored over 1 year ago by Alec Gibson <[email protected]>github.com/facing-dev/vue-facing-decorator - ea951fde01cfa3bc769d6a33311f99a2476bcb19 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 53ec0acda88c5477d770e957a65bcf16d5cba4a8 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 9aafc005834c07c15c3e8feea23577fd015907a6 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - ec111ae557f224a3b91464fb9cbe3075f5ff370c authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 70c9b749e4c8008b9b44e1df2d401c4fef01edc6 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 47110ad2ac46a01be5efeb7304828c6754380736 authored over 1 year ago by li lei <[email protected]>
Consider a component like this:
```typescript
@Component
class MyComponent {
foo = 'foo'
op...
✅ Reduce test log noise
github.com/facing-dev/vue-facing-decorator - 48d118d3c1ab5353bd14e3b6085ab4cf6f1c9da7 authored over 1 year ago by Simmler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - 02cf7a898bbfa4b6ad709b1817cc6d4935cf8e18 authored over 1 year ago by li lei <[email protected]>
This change adds a `@Provide()` decorator, which mirrors the existing
`@Inject()` decorator.
- Remove `console.log()`
- Set missing templates to resolve a warning:
```
[Vue warn]: Compon...
github.com/facing-dev/vue-facing-decorator - a10fbf1e9dcf18fbcd68258e64d7fa3581494b7a authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 00c401fe178d9f2aa6dd031f9535cfddab69d9b9 authored over 1 year ago by Alec Gibson <[email protected]>
🚨 Fix linter warnings
github.com/facing-dev/vue-facing-decorator - e3530af2b201fa1298cc146211faea4d60ecc3ff authored over 1 year ago by Simmler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - 56663a39da9a8362c5b5f471c54754e6b0aaebeb authored over 1 year ago by Alec Gibson <[email protected]>
github.com/facing-dev/vue-facing-decorator - 34d98ca1b8113f811dc437ccb6d4fa4b617261a3 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - d36003066a57bf125f2ff9f64590adc98437516f authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 788b606c94a8867d52b91801e9bac09465479af6 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 7c5c91094e0145b092cfaa97c0f33835c6ea7b26 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 4295ef4155eefa36095d006cbb5df5e080b44e34 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 4c55bca7c4f71f8c711918be105bfdf7412a840b authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - a1c93de3e36214544dd3775887d505e90c22f673 authored over 1 year ago by li lei <[email protected]>
docs: sync pt-br docs with en docs
github.com/facing-dev/vue-facing-decorator - 671fe45e00e29c2b26a279cc3c019367299df3d0 authored over 1 year ago by Simmler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - 4cfc5af6dfe143a57330ebc2a0361dafdbdd76c4 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - b100478b3a5ee85af0944b3c751b233db5a5c3be authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - cbfff50a10b3b41636a1c39ca231588c792569bb authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 7d826de5f16fc42b02024ec68a9f4e3fa02a910e authored over 1 year ago by Alec Gibson <[email protected]>
At the moment, the `@Ref` decorator only allows the property to match
the `ref` value.
This cha...
github.com/facing-dev/vue-facing-decorator - 783ee1a480edece1c937c2ea5e577f95bcd892ae authored over 1 year ago by Alec Gibson <[email protected]>Consider a component like this:
```typescript
@Component
class MyComponent {
foo = 'foo'
op...
github.com/facing-dev/vue-facing-decorator - 95ab564c5cfea52b01b02601345fadeacee80b11 authored over 1 year ago by Simmler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - 4bb2da7aa7c7402585119256eb74dc897fbeaf6e authored over 1 year ago by Simmler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - 38028583b8c393e9c2ed1e7cab9c5585219e9acf authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 20b4b9522e8d8a3720206fb246f51ca9a9e04fd2 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 415311b0513e32ad7fd80df61b9d3065338d961e authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 7bb7dfe0950a448668860360b59fbf7a52d87977 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 0b42081bf8db4ce35c11f0a0b139579f6de1c92a authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - d43ab9be7d309f9be1706503c0994922d5eb7a7d authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 15d8b0f622af06d70b4c30af01364ec8178e854e authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 9b66004faa052eab7491b70b9a791b137460862f authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 84134721d6467d27c22625fd48a51ff3da6c3b01 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - d8b2f667d55413f825745d592b9183d8db798e03 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 1fc1b88a1c182bddd78b97c934d7d907e352e9c0 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 11e42eb08f2b7a2a5a076c8211b38c4efc494588 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - de750a81bb731e86af4076b5de4fb2f374688480 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 6f49c12fa6ae66fa06904ffbb03201facdab16b0 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 478da23e8d7d982e11688c84fe13aec9d9079078 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 04ca97bd1ff53ce0662e5ec1a7e6df157730281a authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - acfdaaee85e993bb0bbe07b9936841e57f18f3cc authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - ff3ed926d027be64fefa04bf9d110b7fa349d461 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 8c1f9e62995ecd1b9dc4ca0bb1aab4672c90576a authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 9e8d848948de1948f7dbe0d3c59556798be86f63 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 6de0db5f876278cd13e75e3fb44dca3cb37b028f authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - a40e1bffad856ec40417d78681e4cd795b610341 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 506739a8fd9c9c45a3e9e6ace2ea50457f026dae authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - efcc7f7722c1b01b846191685698493cb44bda56 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - eed363678d9027b723ff86d5877b04707281d6cf authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 83ec206a836fc17127a9d80af8ca2ce34215ca2c authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 058dd1eb68632e3f1ccc07933c1659f6c360f8e9 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - dfd7ccd529772100960814aec8c4affc226fc85f authored over 1 year ago by li lei <[email protected]>
Docs: Portuguese translation
github.com/facing-dev/vue-facing-decorator - 3b6e4cab9c84f1d90bf3178e0fb7694ed75b0f4d authored over 1 year ago by Simler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - bfd5b5234d448b63c966ce4bbc1407963e4de801 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - dd6aeff5b34ad09f416071c9afeea5d20a2ad3c0 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 51a2eb8b11acfe2206b0b7fa1fa3fe850e6b9c69 authored over 1 year ago by li lei <[email protected]>
github.com/facing-dev/vue-facing-decorator - 5c5ea87297f917eff82d41f945bc76c0656ca2a8 authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 2d1287f69794564edd651dc13dd08d45b414def9 authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 5d2404363709e447115a67ade61034dcfde50090 authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 697a2a7ed838366cb613824939cb35ba0a3da30b authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 83caad57b32bc2a769d2ba8592a40927c13aefd5 authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 66577a73c1aff1588eb9f92f5084a3fe55afc7c3 authored over 1 year ago by brendon silva <[email protected]>
github.com/facing-dev/vue-facing-decorator - 6453ae592daf78a2ae3b27c69729a9c08c997cc1 authored over 1 year ago by Simler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - f8a7b524cf4c35ba835877afea23fb512bef8845 authored over 1 year ago by Simler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - b03d1f66694ed24865cc6544a6f0c57ddd33b8b1 authored over 1 year ago by Simler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - 55007427256008231e77228d90b0a5874c6f126e authored over 1 year ago by Simler Li <[email protected]>
github.com/facing-dev/vue-facing-decorator - d77dd1b19ca5138870f6e48089d7b2738effaa65 authored over 1 year ago by li lei <[email protected]>
Implement setup() for consuming composables
github.com/facing-dev/vue-facing-decorator - d7fda0e97dddac1adeff9225d5e36d52862dcfee authored over 1 year ago by Simler Li <[email protected]>github.com/facing-dev/vue-facing-decorator - 0c98179f989a796bd4459a24d4f347436e40338b authored over 1 year ago by Giwayume <[email protected]>