Skip to content

Add stop() method or get access to video object #30

@ribagek

Description

@ribagek

Hello!

I need to have ability to stop and reset video to the start. That's why I need the following in VideoPlayer.vue:

stop() {
            if (this.$refs.video) {
                this.$refs.video.stop();
            }
        },

or to have more control there'll be great to have:

video() {
            return this.$refs.video;
        },

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions