python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Blank page is showing laravel and vue
Info
Using laravel and vue project
After installing composer install and npm install blank page is showing
Laravel 8, Vue vue@3.2.31, PHP 8 and ubuntu 20
Project location /www/html/project
Start the ...
Mukkaram Waheed
Votes: 0
Answers: 1
this.$emit() is not a function while trying to change state in parent component from child in composition API in vue 3
//Parent component
<template>
<childComp @onchangeData='changeData' />
</template>
<script>
setup() {
const state = reactive({
data: 'anything
});
func...
Damien
Votes: 0
Answers: 1
TypeError: Cannot read properties of undefined (reading 'model') at Proxy.$_setUpEditorEvents
I am trying to use CKEditor 5 with my Inertia Application in Laravel. But after following the documentation I am getting below error.
index.vue file
<template>
<div id="app">...
Deepak
Votes: 0
Answers: 1
Mix was not set up correctly. Please ensure you import or require laravel-mix in your mix config / Laravel Mix v6.0.39
On a Laravel application, while trying to run:
npm run dev
I get the following message:
npm run dev
dev
npm run development
development
mix
Mix was not set up correctly. Please ensure you impor...
Claudiu Hardalau
Votes: 0
Answers: 1