We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd42ef4 commit a533686Copy full SHA for a533686
docs/examples.md
@@ -995,9 +995,6 @@ In the following example we use a trick to preserve reactivity through the `Vue.
995
<span v-html="svg"/>
996
</template>
997
<script>
998
-
999
- import { ref } from 'vue'
1000
1001
export default {
1002
props: {
1003
name: String
@@ -1008,7 +1005,6 @@ In the following example we use a trick to preserve reactivity through the `Vue.
1008
1005
}
1009
1006
1010
1007
1011
1012
</script>
1013
`
1014
0 commit comments