-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nickolay Stepanov (Nick)
committed
Mar 11, 2022
1 parent
bb2f495
commit 6647809
Showing
10 changed files
with
48 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export default ` | ||
<div class="steps"> | ||
<div class="steps-header">Steps</div> | ||
Step 1: Set input-id (input-id is ID of item group) and reference in input element(<b>line 11</b>).<br/> | ||
Step 2: Get errors for item of group(<b>line 12</b>).<br/> | ||
Step 1: Set input-id (input-id is id of group item) and reference in input element(<b>line 11</b>).<br/> | ||
Step 2: Get errors for group item(<b>line 12</b>).<br/> | ||
</div> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
|
||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
|
||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
|
||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
|
||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const PREFIX = process.env.prefixMOD || "/"; | ||
export default ` | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</>.<br/><br/> | ||
Please see the full infromation about form scheme <a href="/#${PREFIX}scheme/">here</a>.<br/><br/> | ||
` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters