step component

This commit is contained in:
cookfront
2017-03-02 11:29:01 +08:00
parent b9716a4dab
commit 6f2b44bb4d
9 changed files with 52 additions and 13 deletions
+5 -1
View File
@@ -6,6 +6,10 @@
<script>
export default {
name: 'zan-step'
name: 'zan-step',
props: {
title: String
}
};
</script>