Skip to content

Commit 2f6060a

Browse files
committed
fix(test-app): correctint Example3 compnent name and css class name
N
1 parent 7087422 commit 2f6060a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-app/src/components/account/Example3.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="example1">
2+
<div class="example3">
33
<prism-editor :code="code" language="js"></prism-editor>
44
<h2>Result</h2>
55
<md-tabs>
@@ -36,7 +36,7 @@ export default {
3636
components: {
3737
VueJsonPretty
3838
},
39-
name: 'Example1',
39+
name: 'Example3',
4040
data () {
4141
return {
4242
code: `const client = new EtherscanClient.Client(validApiKey);

0 commit comments

Comments
 (0)