Runyasak Chaengnaimuang
Runyasak Chaengnaimuang
Resolves #134 I have added` _filterPriority` function to filter list by priority. Unfortunately, I have handled equal case right now. I try to implement regex on switch case to catch...
I have added `loading` and `loadingText` props for handle asynchronous case, such as AJAX requesting. If you have any feedback or suggestions, please reply on this PR. 😁
This PR is related to #35 I have created `line-number` component with style. However, I can't count the line number because the component is recursive. If you have any solution...
# Step to reproduce Using `store.dispatch('wait/start', 'app loading', { root: true })` or `wait/end` on `router.beforeEach` in Vue TypeScript project. However, it is working fine on Vue with CommonJS project....
### Description This PR is related and solving #2137. There has a mistake with `useCycleList` when some values are identical. The index of these values will always be the same...
**Describe the bug** I have initiated project, Vue 3 with Vite.js, and try to import some components, such as `SfProductCard`. Perhaps, the error appear that `Failed to resolve import "../../molecules/SfMenuItem/SfMenuItem"...
This website seems very nice and useful resource. It is not just good UI design but included with many necessary resources that fulfill web development knowledges. Thanks for sharing good...
### Is this a regression? Yes ### Description # Overview Hi, I'm using `ng-doc` to create my docs. I saw an error about `setItem` when set the theme with `NgDocThemeService`...
# Overview I added Urami integration for Nuxt with my Nuxt module, [Nuxt Urami](https://github.com/runyasak/nuxt-urami). # Scope of work add `nuxt-urami` content
## Description of Problem The style module is an interesting feature in Vue.js, and the `useCssModule` helper is also quite useful. However, it seems like `useCssModule` lacks an example, which...