Closed zjalen closed 4 years ago
By the way, spa mode <div id='app'></div>
run successfully.
I've same issue too.. any solution?
@clonesia I've resolved it.I created a file named App.vue
.Then import it to app.js
.
// App.vue
<template>
<h1>Hello World</h1>
</template>
// app.js
import Vue from 'vue'
import App from './App.vue'
export default new Vue({
render: h => h(App)
})
You can have a try. Sorry to bother you @NSpehler . I think you should update the document.I'm afraid there is not only one mistake. :)
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Npm run build successfully.I have a problem while rendering.I have no idea about the reason cause it.Could someone help me to check.Thank you~
composer & package "laravel/framework": "^7.0", "spatie/laravel-server-side-rendering": "^1.4" "vue-server-renderer": "^2.6.11", "vuer": "^2.6.11",