Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit abae887

Browse files
committed
Remove unecesary classes in examples
1 parent 177e38b commit abae887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/components/PhonePrefix.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="form-composition library-example">
2+
<div class="library-example">
33
<div v-if="testForm">
44
<dynamic-form
55
:id="testForm.id"

docs/.vuepress/components/ThirdParty.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="form-composition library-example">
2+
<div class="library-example">
33
<div v-if="testForm">
44
<dynamic-form
55
:id="testForm.id"

0 commit comments

Comments
 (0)