Skip to content

Commit

Permalink
feat: demoblock-view add vp-view
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlei3166 committed Apr 2, 2024
1 parent 52ea239 commit 5090247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Demo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<ClientOnly>
<div ref="demoblock" :class="['demoblock', blockClass, customClass ? customClass : '']">
<div class="demoblock-view">
<div class="demoblock-view vp-raw">
<slot />
</div>
<div class="demoblock-divider demoblock-divider--horizontal"></div>
Expand Down

0 comments on commit 5090247

Please sign in to comment.