Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

leondreamed-archives/vue-ref-eslint-bug

Repository files navigation

Vue ref eslint bug

<script setup lang="ts">
const a = $ref(0);
console.log(a + 1);
</script>

Running npm lint on the above code:

error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published