Yuom Theara
Yuom Theara
Could you example to check user `login/logout` in `router.beforeEach`
I use `Meteor JS`, so would like to support `.html` file too. Please help me.
I tried, and it work fine ```js // composables/use-router.js import { provide, inject } from '@vue/composition-api' const RouterSymbol = Symbol() export function provideRouter(router) { provide(RouterSymbol, router) } export default function...
It `work` for `$router (.push()....)`, but `don't work` with `$route (.params, ....)`
> That's not Javascript. I don't know what you want to say. Sorry my reply is sort. It mean that: - Work fine with `$router` injection ```js $router.push(....) ``` -...
My complete code to create injection of `this.$route` (NOT `this.$router`) ```js // composables/use-route.js import { provide, inject } from '@vue/composition-api' const RouteSymbol = Symbol() export function provideRoute(route) { provide(RouteSymbol, route)...
Look great, This is `SimpleSchema@2 on NPM` not `Meteor`. So it isn't mainly for mongodb. I think that it is good if we can use `External Schema` such as `SimpleSchema...
Have any official support `React`?
Could example how to use `Template Cells` on `React Component`? ```js { tmpl: Meteor.isClient && Template.bookCheckOutCell } ------------ Check Out ```
You could use `Session or ReactiveVar` to change `params`'