Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
| 12345678910111213141516 |
- // @ts-nocheck
-
- // #ifdef VUE3
- export * from 'vue';
- // #endif
-
- // #ifndef VUE3
- export * from '@vue/composition-api';
-
- // #ifdef APP-NVUE
- import Vue from 'vue'
- import VueCompositionAPI from '@vue/composition-api'
- Vue.use(VueCompositionAPI)
- // #endif
-
- // #endif
|