Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vue-script-setup

Vue3: How to type a component instance template ref with exposed methods?

Vue - Why setup with reactive when you can do it easily with data option?

Uncaught TypeError: emit is not a function in vue3

Passing a single property to a composable in Vue3

Vue <script setup>, unable to use defineProps and defineEmits without importing it

defineExpose from component's <script setup> not working in vue 3

How to use Vuex mapGetters with Vue 3 SFC Script Setup syntax?

Watch change in nested property in Vue 3

How to use `<script setup>`?

How to access `app.config.globalProperties` in a`<script setup lang="ts">`?

How to access this.$refs in <script setup> Vue

How do you export default from inside script setup in Vue 3?

Vue3 using script setup, how to access this.$router.push()

Is there any problem if I use two onMounted() per one component?

What TypeScript type is used to pass a class in Vue 3 script setup prop definitions?

Complex types for properties in defineProps in Vue

Vue | Module has no default export

Use props in composables vue3

Calling method on Child Component - Composition API

How does Computed work in Vue 3 script setup?