fix(create-app): the node in the svelte template is incorrectly mounted.#2947
Conversation
GrygrFlzr
left a comment
There was a problem hiding this comment.
Good catch, I erroneously based those files from the existing Vue templates.
|
Hi everyone, I'm sorry to jump this PR that has been merged several years ago to start the discussion. I would like to ask the reasons why do you use The reason I change it because starting in Svelte version 3 (before choose Vite as scaffolding project), Svelte use I'm bit worried if someone who tried Svelte with Vite will be think that:
|
Description
In the svelte template, it seems to need to be mounted on the
appid node element. instead of the body node element.Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123).