Son Tran

Results 32 comments of Son Tran

@indiehjaerta Here is my workaround so far. I create a test setup like this: ```ts import { beforeAll, afterAll, vi } from 'vitest'; import { config } from '@vue/test-utils'; import...

Hello @mrmlnc, can you take a review 😄

@mrmlnc Can you take a look again 😄

@tomhicz @backermanbd @reslear Hi, Since this repo is no longer receive any updates. I've tried to fork it and add this feature but the node version is way too old...

@backermanbd Thanks for your supports! it means a lot!

Hi @nene, Since this repo is no longer receive any updates. I've tried to fork and fix it too, but the node version is way too old (node 7), it...

@sketchbuch As you can see in the terminal in the picture above, the folder is not hidden at all. About underscores, I don't think there is any problem with them...

@manniL Do you have any release plan for this feature?

@howard-tzw With new proposal, you hav to change like this ```diff - v-if="pending" + v-if="status === 'pending'" ``` A little longer. @danielroe For me (and most developers I guess), status...

@HassanMojab exactly! A composable that return base route from localized route.