[Bug Report] trying vuetify-v2.0.0-alpha.12
See original GitHub issueVersions and Environment
Vuetify: 2.0.0-alpha.12 Vue: 2.6.10 Browsers: Chrome 73.0.3683.86 OS: Windows 10
Steps to reproduce
- download vuetify-v2.0.0-alpha.12.zip from github
- unzip it to
basic
folder - create
index.html
from https://next.vuetifyjs.com/en/getting-started/quick-start#cdn-install
Expected Behavior
should display Hello world
Actual Behavior
many errors in chrome console
vue.js:634 [Vue warn]: Error in render: "TypeError: Cannot read property 'bar' of undefined"
found in
---> <VContent>
<VApp>
<Root>
vue.js:1897 TypeError: Cannot read property 'bar' of undefined
at VueComponent.styles (vuetify-v2.0.0-alpha.12.js:10099)
at Watcher.get (vue.js:4472)
at Watcher.evaluate (vue.js:4577)
at Proxy.computedGetter (vue.js:4826)
at Proxy.render (vuetify-v2.0.0-alpha.12.js:10117)
at VueComponent.Vue._render (vue.js:3545)
at VueComponent.updateComponent (vue.js:4061)
at Watcher.get (vue.js:4472)
at new Watcher (vue.js:4461)
at mountComponent (vue.js:4068)
vuetify-v2.0.0-alpha.12.js:26510 Uncaught TypeError: _this.$el.setAttribute is not a function
at vuetify-v2.0.0-alpha.12.js:26510
Reproduction Link
https://changsijay.github.io/testing/basic/index.html
source
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Frequently asked questions — Vuetify
How do I report a bug or request a feature? The vuetify-loader doesn't load all components · How long will version 1.5 be ......
Read more >The Vuetify roadmap
Overview: A maintenance cycle to work on bugs from the v2.0 release. This includes performance issues, incorrect or missing a11y, RTL, ...
Read more >Security disclosure procedures - Vuetify
This document outlines security procedures and general policies for the Vuetify project. # Reporting a Bug. The Vuetify team and community take all...
Read more >Frequently asked questions — Vuetify
How do I report a bug or request a feature? In order to ensure all required information is provided, we have created an...
Read more >Why you should be using Vuetify
The easiest way to try Vuetify is to use our Codepen template . ... reports at breakneck speed, allowing you to get your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is anybody trying the v2.0.0 with Nuxt? And how to success?
It’s great to experience new features and preparing to migrate to v2.0.0 at the moment.
@wemod123 How can you build it success? help me, pls