Closed zhiyuanzmj closed 2 months ago
In jsx-directive I will conver <template v-if={true}> to true ? <>, But after use vite-plugin-vue-inspector , the true ? < data-v-inspector="src/Welcome.tsx:8:6"> is a syntax error
<template v-if={true}>
true ? <>
vite-plugin-vue-inspector
true ? < data-v-inspector="src/Welcome.tsx:8:6">
In jsx-directive I will conver
<template v-if={true}>
totrue ? <>
, But after usevite-plugin-vue-inspector
, thetrue ? < data-v-inspector="src/Welcome.tsx:8:6">
is a syntax error