15 | Edit
16 | components/HelloWorld.vue to test HMR
17 |
21 | Check out 22 | create-vue, the official Vue + Vite 23 | starter 24 |
25 |26 | Install 27 | Volar 28 | in your IDE for a better DX 29 |
30 |Click on the Vite and Vue logos to learn more
31 | 32 | 33 | 38 | -------------------------------------------------------------------------------- /packages/player-component/cypress/component/speed.cy.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright 2023 Design Barn Inc. 3 | */ 4 | 5 | import { html } from 'lit'; 6 | 7 | describe('Speed', () => { 8 | it('default speed should be 1', () => { 9 | cy.mount( 10 | html` 11 |