moudev / slidev-theme-purplin

Slidev theme
https://www.npmjs.com/package/slidev-theme-purplin
13 stars 11 forks source link

[BUG] Missing styles in latest version #12

Closed EmaSuriano closed 1 year ago

EmaSuriano commented 1 year ago

Hello @moudev,

I followed the steps to install the theme, and it looks like there is a mismatch between the Demo in the repository and a fresh setup of the theme.

I created a Stackblitz to demo how it's working using the latest version of the theme, and also the same slide.md from the repository.

Here are some screenshots that highlights the differences:

Main Image Quote
image image image

I checked the Terminal and I found many Vue warning when applying styles. It's clear that the issue is there:

image

Final Note

I cloned the repository and run the demo code, to actually see the differences between a fresh install and the example. I can see the styles properly and there are no warning in the Terminal.

image

The theme looks quite promising, and I would like to use it as it looks in the demo. Thanks for sharing it!

IanVS commented 1 year ago

I'm seeing the same thing. Looks like a great theme, but out-of-the-box it appears to be broken.

moudev commented 1 year ago

Hi, I updated the slidev version. The v1.2.0 of the theme has been published.

The problem was the setup() used in the components that receive props. I solved it using theme-apple-basic layout as example.

Sorry for the delay and thanks for had published the issue. I appreciate your interest in using the theme.