You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected to see the table in the vuetify playground preview pane the same as shown in the docs
Actual Behavior
in the app.vue pane there's the error: "(8:7) Tags with side effect (<script> and <style>) are ignored in client component templates."
and in the preview pane theres the warning: "Component is missing template or render function.
at "
Environment
Browsers: Chrome 120.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
go to the attached reproduction link and (https://vuetifyjs.com/en/components/data-tables/basics/#usage) click the vuetify playground button for the first example under the section "usage".
Expected Behavior
expected to see the table in the vuetify playground preview pane the same as shown in the docs
Actual Behavior
in the app.vue pane there's the error: "(8:7) Tags with side effect (
<script> and <style>
) are ignored in client component templates."and in the preview pane theres the warning: "Component is missing template or render function.
at "
Reproduction Link
https://vuetifyjs.com/en/components/data-tables/basics/#usage
The text was updated successfully, but these errors were encountered: