Skip to content

Commit

Permalink
feat: 完善steps-guide的单元测试;删除调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
NidusP committed Dec 2, 2021
1 parent 90cd53d commit e0a19ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/devui-vue/docs/components/steps-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ export default defineComponent({
const stepsRef = ref(null)
onMounted(() => {
stepsRef.value.closeGuide('custom')
console.log('stepsRef.value', stepsRef.value)
})
return {
customSteps,
Expand Down

0 comments on commit e0a19ba

Please sign in to comment.