KeJunMao / unplugin-preprocessor-directives

preprocessor directives for jsx,tsx,js,ts,html,css,vue and more
MIT License
63 stars 8 forks source link

请教是否支持在vite+vue3下,在 template 里使用? #7

Closed wanglong80 closed 6 months ago

wanglong80 commented 6 months ago

请教是否支持在vite+vue3下,在 template 里使用?比如

<template>
   #if SAAS
   <div>官方系统</div>
   #end

    #if OEM
   <div>定制化系统</div>
   #end
</template>
KeJunMao commented 6 months ago

支持