frck006
frck006
I have a similar problem - index.html - main.js import { createApp } from 'vue' import { createStore } from 'vuex' ==> Uncaught TypeError: Failed to resolve module specifier "vue"....
I have the same problem. When I use a classic mono file vue.js without "vue-property-decorator", it works:  But with "vue-property-decorator", it doesn't work. The linter says nothing:  Regards.
@VolkerSchiewe Can you show us your files "layout.server.ts" and "layout.ts", please ? Something like code below ?: ``` // /src/routes/+layout.ts import { locale, loadTranslations } from '$lib/translations' /** @type {import('./$types').LayoutLoad}...
I just understand that I use the **same** css properties for ghost and choosen.
En fact, there is a problem, the "ghost" class should be replace "chosen" class but it's not the case.
@David-Desmaisons no, I did not watch "sortable" repo. I try this afternoon. About the problem, when can we see css from "ghost" ? Normaly, I should see "red", but only...
@David-Desmaisons You're right, there is the same behavior from "sortable.js" I don't see when "ghost" class is apply.  I create a new issue in "sortable.sj": https://github.com/SortableJS/Sortable/issues/1795
Did you manage to solve the problem?
Hi Can you explain in SSR mode, universal, "load" function is executed twice, in the server and browser. Why is better or necessary ? Like that, it seems that the...
Did you find a solution ?