Skip to content

Playground Vue version #32

@WORMSS

Description

@WORMSS

Is there any chance of updating the version of Vue that the playground uses?
I noticed it seems to be still at Vue 3.2.27

There is a lovely new feature in Vue 3.5 that I would like to take advantage of with watchArray() and thought I would test it out first,
But noticed when I passed { deep: 1 } it was acting like { deep: true } which was not the intended effect.

It taken me a while to realise it wasn't my code, but just the version of vue that was the problem by using import { version } from 'vue'

Normal Vue Playground

This has deep 1 which tracks array .push/pop/splice() etc, but not tracking the arrays objects mutation..
It just doesn't have the nice (added/removed) that watchArray has.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions