-
Notifications
You must be signed in to change notification settings - Fork 5k
Vue SSR Example - <div> instead of <button> in StackBlitz example #3332
Copy link
Copy link
Open
Labels
bugErrors and issues people encounter with the docs / repoErrors and issues people encounter with the docs / repo
Description
Hi,
recent comment drawn my attention to this old PR #2467
Although the proposed solution is far from being ideal, the described issue is really an issue (though just a small one) - the code snippets on Server Side Rendering guide page are rendering a <button> element:
template: `<button @click="count++">{{ count }}</button>`
While the linked StackBlitz example has a <div>:
template: `<div @click="count++">{{ count }}</div>`
I can easilly update the link to a forked variant, where it is corrected, and raise a PR, but the cleanest solution for this would be if @yyx990803 can update his original example 🙏 Or should we alter docs? Or just let it be? 🤔
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugErrors and issues people encounter with the docs / repoErrors and issues people encounter with the docs / repo