Henrijs Sprogis
Henrijs Sprogis
Same here: ` EPERM EPERM: operation not permitted, chmod '/Users/henry/Documents/_DEV/_WEB/_Sites/my-project/node_modules/.pnpm/[email protected]/node_modules/typescript/bin/tsc' [email protected] [email protected] [email protected]
Workaround for me is just adding a method to the click: ```html ``` ```js scrollToSection(section) { if (this.$nuxt.$route.name === 'index') { const navHeight = document.getElementById('navigation').offsetHeight; window.scrollTo({ top: document.querySelector(section).offsetTop - navHeight,...
@rolexta Make sure that the anchor doesn't include a "/" before the "#"
This is still an issue. I have node_modules listen in .gitignore but it still chonks up my CPU and RAM like crazy. And by CPU Usage I mean 100% CPU...
> @HenrijsS > > A few questions: > > 1. What editor are you using? > 2. Do you have tabnine local enabled? If so, can you disable and see...
Don't understand how to implement the previous method. Why isn't there an update on this? This completely breaks the initial loading view of the component.
> Same issue, any solution??? Yes. Vue Multiselect - https://vue-multiselect.js.org/ Works better and has more features.
@Atinux That's unfortunate for Adonis, but great to hear for Nuxt in general. Is there a roadmap for the API?
Is it still prevalent when creating an `index.vue` file in the `/pages` directory?
Any plans on support pnpm?