Wind
Wind
 TypeError: this.getOptions is not a function https://github.com/windicss/nuxt-windicss-module/issues/109 @ ./node_modules/tv-icon/dist/tv-icon.css 4:14-138 15:3-20:5 16:22-146
```ts import { omit } from 'filter-anything' const aaa = ['hasThumb', 'sizes'] const dd = omit({ hasThumb: { type: Boolean, required: true, }, sizes: { type: String required: true, },...
```ts import { omit } from 'filter-anything' const obj1 = { a: 1, b: 2, c: 3, } const obj2 = { a: 2, c: 3, d: 4, } type...
```ts import { omit } from 'filter-anything' const togglePropsa = { props: { modelValue: String, }, emits: { 'update:modelValue': (pressed: boolean) => String, 'pressedChange': (pressed: boolean) => String, 'click': (event:...
How to [vite](https://vitejs.dev/) build dynamic import. (https://github.com/date-fns/date-fns/blob/master/docs/webpack.md) example but dont see [vite](https://vitejs.dev/)
Hi, when support nuxt 3
It shows 12 months automatically. How can I set the date range I want?
``` import {computed, defineComponent} from 'vue' import {CalendarHeatmap} from 'vue3-calendar-heatmap' export default defineComponent({ components: { CalendarHeatmap, }, props: { data: { type: Array, default: () => [ { date: '2018-09-28',...
### Versions nuxt-vite: 0.2.3 nuxt: 2.15.8 ### Description ``` 4:18:25 PM [vite] Failed to load source map for /node_modules/.cache/vite/client/pinia.js?v=e1ae41a8. 16:18:25 WARN 4:18:25 PM [vite] Failed to load source map for...