<my-component ref="refNameAsInTemplate" />обзывали компонент, а в коде обращались через this.$refs.refNameAsInTemplate.method() для options синтаксиса или через const refNameAsInTemplate = ref(null)
...
function myHandler() {
refNameAsInTemplate.value.method()
}
...
return {
...,
refNameAsInTemplate
...
} для composition api const config = {
type: 'bar',
data: data,
options: {
scales: {
y: {
beginAtZero: true,
position: 'right'
}
}
},
}; $query->where('enabled', 1)
->where(function ($query) {
$query->where('title_uz', 'like', '%' . $params[1] . '%')->
->orWhere('title_oz', 'like', '%' . $params[1] . '%')->
->orWhere('title_ru', 'like', '%' . $params[1] . '%')->
->orWhere('title_qr', 'like', '%' . $params[1] . '%')})
->orderBy('id'); npx eslint --fix ./ Access-Control-Allow-Origin specifies either a single origin which tells browsers to allow that origin to access the resource; or else — for requests without credentials — the "*" wildcard tells browsers to allow any origin to access the resource.
desktop - news__post - wrapper и m - t_1, о чем он с примерно 99% вероятностью ругается в консоли. Добавь кавычки, чтобы были строки с названием класса. А вообще в твоем случае можно использовать совместно class="тут классы, применяемые всегда" :class="тут динамическая часть"