Skip to content

Commit 8852ce5

Browse files
author
LKCCY
committed
Merge branch 'develop' of https://github.com/vueblocks/element-schema-form into develop
2 parents 82110a3 + f92c33f commit 8852ce5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/.vuepress/components/code-contain.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<a class="previewArea__link" :href="link" target="_blank">在线运行</a>
1212
</div>
1313
</el-card>
14-
</section>
1514
</template>
1615

1716
<script>

docs/.vuepress/enhanceApp.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
21
import SchemaForm from '../../src/index.js'
32
import ElementUI from "element-ui"
43
import "element-ui/lib/theme-chalk/index.css"
54
import '@vuepress/theme-default'
65

76
export default ({ Vue }) => {
8-
Vue.use(SchemaForm)
9-
Vue.use(ElementUI)
7+
Vue.use(SchemaForm)
8+
Vue.use(ElementUI)
109
}
11-

0 commit comments

Comments
 (0)