diff --git a/packages/devui-vue/docs/components/sticky/index.md b/packages/devui-vue/docs/components/sticky/index.md index 9839071bbce9e90dea16e1c4e066b89118752d6d..e515c12260fbe5331d215d4a193fcbdea110392c 100644 --- a/packages/devui-vue/docs/components/sticky/index.md +++ b/packages/devui-vue/docs/components/sticky/index.md @@ -28,7 +28,7 @@ export default { } const zIndex = 1000 - function statusChangeHandler(status){ + function statusChangeHandler(status) { console.log('status =', status) } @@ -40,13 +40,13 @@ export default { } } - ``` + ::: ### 指定容器 -:::demo +:::demo ```vue