Откуда у тебя в твоем экспорте взялся mounted?
export default {
DDroll() {
console.log('Бонжур ))');
}
};
app.directive('focus', {
// Когда привязанный элемент будет примонтирован в DOM...
mounted(el) {
// Переключаем фокус на элемент
el.focus();
}
});
export default {
// Когда привязанный элемент будет примонтирован в DOM...
mounted(el) {
// Переключаем фокус на элемент
el.focus();
}
}
не проще ли 1 раз показать нежели 100 раз сказать?
If you are using CORS, did you declare Content-Range in the Access-Control-Expose-Headers header
The Content-Range header is missing in the HTTP Response. The simple REST data provider expects responses for lists of resources to contain this header with the total number of results to build the pagination. If you are using CORS, did you declare Content-Range in the Access-Control-Expose-Headers header?