Skip to content

Commit a533686

Browse files
wip(docs): remove unneeded code
1 parent fd42ef4 commit a533686

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/examples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,6 @@ In the following example we use a trick to preserve reactivity through the `Vue.
995995
<span v-html="svg"/>
996996
</template>
997997
<script>
998-
999-
import { ref } from 'vue'
1000-
1001998
export default {
1002999
props: {
10031000
name: String
@@ -1008,7 +1005,6 @@ In the following example we use a trick to preserve reactivity through the `Vue.
10081005
}
10091006
}
10101007
}
1011-
10121008
</script>
10131009
`
10141010
}

0 commit comments

Comments
 (0)