Kingwl / monaco-volar

https://kingwl.github.io/monaco-volar/
MIT License
176 stars 24 forks source link

Error #24

Open tianxiang24 opened 1 year ago

tianxiang24 commented 1 year ago

Reproduction

<template>
    <Comp>
        <template #first="{ state }">
            <div v-if="state.a && state.b">
            </div>
        </template>
    </Comp>
</template>

Error

image

Related

https://github.com/vuejs/repl/issues/131