We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c064c8b commit d499245Copy full SHA for d499245
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuepress-plugin-demo-block-vue3",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Vuepress2 plugin for demo block support vue3.",
5
"main": "src/index.js",
6
"scripts": {
src/DemoBlock.vue
@@ -201,7 +201,6 @@ export default {
201
}
202
.dark .demo-block .meta {
203
background-color: var(--c-bg-lighter);
204
- margin: 0;
205
206
.demo-block .description {
207
padding: 10px 20px;
0 commit comments