0
0
Vueframework~10 mins

Global properties and methods in Vue - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to access a global property in a Vue component.

Vue
<script setup>
const appName = [1]().proxy.appName
</script>
Drag options to blanks, or click blank then click option'
AgetCurrentInstance
Bthis
CVue
DuseApp()
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'this' inside