Skip to content

Commit c9529fe

Browse files
committed
build(deps): update example
1 parent 2e85188 commit c9529fe

File tree

10 files changed

+2957
-2399
lines changed

10 files changed

+2957
-2399
lines changed

example/documentation/code/Icon.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

example/documentation/code/components/sub/sub-test.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: sub-test
2323
| Prop name | Description | Type | Values | Default |
2424
| ------------- | ----------- | --------- | ----------- | ----------- |
2525
| msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text |
26-
| myF | Function | func | - | (param, param2) => {} |
26+
| myF | Function | func | - | (param, param2) =&gt; {} |
2727
| v-model | Model example<br/>`@model` true | string | - | |
2828
| data | describe data<br/>`@version` 1.0.5 | array | - | |
2929
| columns | get columns list | array | - | |
@@ -69,6 +69,7 @@ title: sub-test
6969
| header | Use this slot header | |
7070
| footer | Use this slot footer | |
7171

72+
7273
---
7374

7475

example/documentation/code/components/sub/sub-vue-md.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: sub-vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event =&gt; {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

@@ -33,6 +33,7 @@ title: sub-vue-md
3333
| ------------- | ------------ | -------- |
3434
| default | Content of button | |
3535

36+
3637
---
3738
Use vue live right here too
3839

example/documentation/code/components/test.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: test
2323
| Prop name | Description | Type | Values | Default |
2424
| ------------- | ----------- | --------- | ----------- | ----------- |
2525
| msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text |
26-
| myF | Function | func | - | (param, param2) => {} |
26+
| myF | Function | func | - | (param, param2) =&gt; {} |
2727
| v-model | Model example<br/>`@model` true | string | - | |
2828
| data | describe data<br/>`@version` 1.0.5 | array | - | |
2929
| columns | get columns list | array | - | |
@@ -69,6 +69,7 @@ title: test
6969
| header | Use this slot header | |
7070
| footer | Use this slot footer | |
7171

72+
7273
---
7374

7475

example/documentation/code/components/vue-md.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event =&gt; {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

@@ -33,6 +33,7 @@ title: vue-md
3333
| ------------- | ------------ | -------- |
3434
| default | Content of button | |
3535

36+
3637
---
3738
Use vue live right here too
3839

example/documentation/code/config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/documentation/code/test.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: test
2323
| Prop name | Description | Type | Values | Default |
2424
| ------------- | ----------- | --------- | ----------- | ----------- |
2525
| msg | object/array defaults should be returned from a factory function<br/>`@version` 1.0.5<br/>`@since` Version 1.0.1<br/>`@see` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names<br/>`@link` See [Wikipedia](https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) for a list of color names | string\|number | - | text |
26-
| myF | Function | func | - | (param, param2) => {} |
26+
| myF | Function | func | - | (param, param2) =&gt; {} |
2727
| v-model | Model example<br/>`@model` true | string | - | |
2828
| data | describe data<br/>`@version` 1.0.5 | array | - | |
2929
| columns | get columns list | array | - | |
@@ -69,6 +69,7 @@ title: test
6969
| header | Use this slot header | |
7070
| footer | Use this slot footer | |
7171

72+
7273
---
7374

7475
# Home

example/documentation/code/vue-md.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: vue-md
2121
| ------------- | ----------- | --------- | ----------- | ----------- |
2222
| color | The color for the button. | string | - | '#333' |
2323
| size | The size of the button | string | `small`, `normal`, `large` | 'normal' |
24-
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event => {<br/> console.log('You have clicked me!', event.target);<br/>} |
24+
| onClick | Gets called when the user clicks on the button<br/>`@ignore` true | func | - | event =&gt; {<br/> console.log('You have clicked me!', event.target);<br/>} |
2525

2626

2727

@@ -33,6 +33,7 @@ title: vue-md
3333
| ------------- | ------------ | -------- |
3434
| default | Content of button | |
3535

36+
3637
---
3738
Use vue live right here too
3839

0 commit comments

Comments
 (0)