vue-blog-demo icon indicating copy to clipboard operation
vue-blog-demo copied to clipboard

Indentation error

Open Samyak-Shreyash opened this issue 4 years ago • 3 comments

An indentation error @ Line52 in the matchmedia.js file in plugins located in the source directory was resulting in improper compilation of file.

Samyak-Shreyash avatar Aug 26 '20 04:08 Samyak-Shreyash

@JeanSebTr Just npm run lint and you're good to go. I dont have permission to push new branches but it's a quick fix.

udyux avatar Sep 04 '20 15:09 udyux

Hi @Samyak-Shreyash !

You seem to have added a new file instead of fixing the original, can you fix your PR?

Thanks

Hey @Samyak-Shreyash : All you need to provide approprite space at line:52 and we are golden :star_struck:

Ref: const operand = (!limit) ? '==' : (limit === 'min') ? '<' : '>'

Aamirpal avatar Sep 25 '20 07:09 Aamirpal

Hello, I really love this demo and I am new to Vue.js, I would like to build it locally to understand better how it works. Npm install cannot complete. What can I do to make it run :)

Or even better if anyone has it created in the newer version of Vue.

Thanks

pixerize avatar Jun 10 '22 16:06 pixerize