Skip to content

Commit

Permalink
docs: docs sfc play style
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonYong committed Apr 13, 2024
1 parent d4a555f commit aff9ec2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitepress/vitepress-demo-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-hooks-plus/vitepress-demo-block",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/vitepress/vitepress-demo-block/src/SfcPlayground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ button:active::after {
opacity: 1;
transition: 0s;
}
input {
opacity: 1;
background-color: rgba(255, 255, 255, 0.08);
padding-left: 8px;
height: 36px;
font-weight: 500;
border-radius: 5px;
font-size: 15px;
transition: all 0.3s;
}
</style>`
const sfcPlaygroundUrl = computed(() => {
Expand Down

0 comments on commit aff9ec2

Please sign in to comment.