Skip to content

dataScope prop doesn't work with composition api #117

@iv-thomson

Description

@iv-thomson

When using dataScope prop with examples that use composition api OR do not have a script tag I get following error:

t2.data is not a function

Please, check the demo for more details:
https://github.com/iv-thomson/vue-live-data-scope-demo

Example used in demo:

<template>
    <h6>{{ new Date(test) }}</h6>
</template>

<script setup>
  const test = "10 Dec 2028"
</script>

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