docs icon indicating copy to clipboard operation
docs copied to clipboard

Outdated docs "Adding theme options"

Open lumnn opened this issue 8 years ago • 0 comments

Followed "Adding theme options" tutorial on https://github.com/pagekit/docs/blob/master/tutorials/theme.md#adding-position-options

When I finished the tab "Theme" was shown, but no content inside it.

I've solved the issue by looking at theme-one code. The solution was to lower the versions of vue-loader and vue-html-loader in package.json

...
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.0",
...

lumnn avatar Aug 01 '17 07:08 lumnn