Код: Выделить всё
const p = defineProps();//=ts error:Cannot find name 'T'.ts(2304)
...
error:
ERROR Internal server error: [@vue/compiler-sfc] Unresolvable type reference or
unsupported built-in utility type
F:/Vue-Projects/Syncfusion-App/components/ProductCard.vue
22 | import { IProduct } from './types';
23 |
24 | const p = defineProps();
| ^
25 | const count = defineModel('count', { default: 0 });
26 | const emit = defineEmits(['clicked'])
Подробнее здесь: https://stackoverflow.com/questions/763 ... resolvable
Мобильная версия