youzan / vant

A lightweight, customizable Vue UI library for mobile web apps.

Home Page:https://vant-ui.github.io/vant/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vant/cli css 打包bug Selector "[data-v-5c89f644]" can't have a suffix

LomyCool opened this issue · comments

commented

重现链接

https://codesandbox.io/p/devbox/github/LomyCool/test-css-bind?file=%2Fsrc%2Fcomp-two%2Fcomp2.vue

Vant 版本

@vant/cli : 7.0.2

描述一下你遇到的问题。

@vant/cli 7.0.1版本是正常的

  • 有注释不会报错,但生成的css文件是空的
图片
  • 没有注释会会报错
图片

重现步骤

1.给关键代码如下,进行打包

<style lang="scss" scoped> // 有注释打包不会报错,但没生成css文件 .describe-item { &-text { word-break: keep-all; } } </style>

设备/浏览器

No response