9***@qq.com
9***@qq.com
  • 发布:2023-06-25 17:17
  • 更新:2024-04-24 15:16
  • 阅读:220

【报Bug】新增了一个nvue页面并注册到了pages.json,模拟器编译项目时控制台打印上万条[plugin:vite:nvue-css] ERROR: Selector样式错误

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 版本12.3 (21E230) Apple M1 Max

HBuilderX类型: 正式

HBuilderX版本号: 3.8.6

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: 12promax

页面类型: vue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<template>  
    <view>  
        <!-- <CustomCamera ref="CustomCamera" :coverImageType="coverImageType" @back="back" @getImage="getImage" /> -->  
    </view>  
</template>  

<script setup>  
    // #ifdef APP  
    import CustomCamera from "./CustomCamera/APP/index.nvue"  
    // #endif  
    // #ifdef MP-WEIXIN  
    import CustomCamera from "./CustomCamera/WeChat/index.vue"  
    // #endif  
    export default {  
        data() {  
            return {  
                coverImageType: 'side'  
            }  
        },  
        onLoad(options) {  
            console.log('333333');  
            this.coverImageType = options.coverImageType  
        },  
        methods: {  
            back() {  
                uni.navigateBack()  
            },  
            getImage(res) {  
                console.log(res)  
            }  
        }  
    }  
</script>  

<style>  

</style>

操作步骤:

项目中目前vue页面大约700左右
nvue页面只有一个。

预期结果:

正常启动项目,或者爆出有意义的bug提醒

实际结果:

[广告] 16:50:21.518 DCloud 2023新春招聘开启,欢迎前端、Android、C++/QT来投简历! 详情点击
16:50:21.529 项目 'cgit-loanapp' 开始编译...
16:50:22.528 编译器版本:3.8.4(vue3)
16:50:22.532 请注意运行模式下,因日志输出、sourcemap 以及未压缩源码等原因,性能和包体积,均不及发行模式。
16:50:22.536 正在编译中...
16:50:24.669 ​[1m[33m[@vue/compiler-sfc][0m[33m defineProps is a compiler macro and no longer needs to be imported.[0m
16:50:24.674 ​
16:50:25.617 ​[1m[33m[@vue/compiler-sfc][0m[33m defineEmits is a compiler macro and no longer needs to be imported.[0m
16:50:25.618 ​
16:50:30.781 ​This assignment will throw because "form" is a constant
16:50:30.786 158| ref: formRef,
16:50:30.786 159| modelValue: form,
16:50:30.790 160| "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event: any) => ((form) = $event))
16:50:30.794 | ^
16:50:30.799 161| }, null, 8 / PROPS /, ["modelValue"]),
16:50:30.799 162| _createElementVNode("button", {
16:50:30.803 ​
16:50:51.851 ​This assignment will throw because "form" is a constant
16:50:51.867 128| ref: formRef,
16:50:51.868 129| modelValue: form,
16:50:51.884 130| "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event: any) => ((form) = $event))
16:50:51.900 | ^
16:50:51.914 131| }, null, 8 / PROPS /, ["modelValue"])
16:50:51.915 132| ])
16:50:51.929 ​
16:50:51.943 ​This assignment will throw because "form" is a constant
16:50:51.958 128| ref: formRef,
16:50:51.958 129| modelValue: form,
16:50:51.972 130| "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event: any) => ((form) = $event))
16:50:51.987 | ^
16:50:52.001 131| }, null, 8 / PROPS /, ["modelValue"])
16:50:52.001 132| ])
16:50:52.015 ​
16:50:59.711 ​[plugin:vite:nvue-css] ERROR: Selector body is not supported. nvue only support classname selector
16:50:59.725 35 | 初始化
16:50:59.726 36 | ==================== /
16:50:59.740 37 | body {
16:50:59.740 | ^
16:50:59.754 38 | background-color: #f1f1f1;
16:50:59.767 39 | font-size: 28rpx;
16:50:59.768 at App.vue:1:0​
16:50:59.781 ​[plugin:vite:nvue-css] ERROR: Selector uni-view is not supported. nvue only support classname selector
16:50:59.795 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:50:59.808 42 | }
16:50:59.809 43 | uni-view,
16:50:59.822 | ^
16:50:59.836 44 | uni-scroll-view,
16:50:59.849 45 | uni-swiper,
16:50:59.850 at App.vue:1:0​
16:50:59.863 ​[plugin:vite:nvue-css] ERROR: Selector uni-scroll-view is not supported. nvue only support classname selector
16:50:59.877 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:50:59.890 42 | }
16:50:59.891 43 | uni-view,
16:50:59.904 | ^
16:50:59.917 44 | uni-scroll-view,
16:50:59.930 45 | uni-swiper,
16:50:59.931 at App.vue:1:0​
16:50:59.944 ​[plugin:vite:nvue-css] ERROR: Selector uni-swiper is not supported. nvue only support classname selector
16:50:59.944 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:50:59.958 42 | }
16:50:59.971 43 | uni-view,
16:50:59.972 | ^
16:50:59.985 44 | uni-scroll-view,
16:50:59.999 45 | uni-swiper,
16:51:00.009 at App.vue:1:0​
16:51:00.024 ​[plugin:vite:nvue-css] ERROR: Selector uni-button is not supported. nvue only support classname selector
16:51:00.025 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.039 42 | }
16:51:00.053 43 | uni-view,
16:51:00.066 | ^
16:51:00.067 44 | uni-scroll-view,
16:51:00.080 45 | uni-swiper,
16:51:00.094 at App.vue:1:0​
16:51:00.107 ​[plugin:vite:nvue-css] ERROR: Selector uni-input is not supported. nvue only support classname selector
16:51:00.108 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.121 42 | }
16:51:00.134 43 | uni-view,
16:51:00.148 | ^
16:51:00.148 44 | uni-scroll-view,
16:51:00.161 45 | uni-swiper,
16:51:00.176 at App.vue:1:0​
16:51:00.190 ​[plugin:vite:nvue-css] ERROR: Selector uni-textarea is not supported. nvue only support classname selector
16:51:00.190 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.203 42 | }
16:51:00.217 43 | uni-view,
16:51:00.230 | ^
16:51:00.230 44 | uni-scroll-view,
16:51:00.243 45 | uni-swiper,
16:51:00.244 at App.vue:1:0​
16:51:00.257 ​[plugin:vite:nvue-css] ERROR: Selector uni-label is not supported. nvue only support classname selector
16:51:00.271 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.271 42 | }
16:51:00.284 43 | uni-view,
16:51:00.298 | ^
16:51:00.311 44 | uni-scroll-view,
16:51:00.312 45 | uni-swiper,
16:51:00.325 at App.vue:1:0​
16:51:00.339 ​[plugin:vite:nvue-css] ERROR: Selector uni-navigator is not supported. nvue only support classname selector
16:51:00.353 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.354 42 | }
16:51:00.367 43 | uni-view,
16:51:00.380 | ^
16:51:00.394 44 | uni-scroll-view,
16:51:00.395 45 | uni-swiper,
16:51:00.409 at App.vue:1:0​
16:51:00.422 ​[plugin:vite:nvue-css] ERROR: Selector uni-image is not supported. nvue only support classname selector
16:51:00.436 41 | font-family: Helvetica Neue, Helvetica, sans-serif;
16:51:00.436 42 | }
16:51:00.449 43 | uni-view,
16:51:00.462 | ^
16:51:00.476 44 | uni-scroll-view,
16:51:00.476 45 | uni-swiper,
16:51:00.489 at App.vue:1:0​
16:51:00.504 ​[plugin:vite:nvue-css] ERROR: Selector uni-image is not supported. nvue only support classname selector
16:51:00.518 74 | 图片
16:51:00.518 75 | ====================
/
16:51:00.532 76 | uni-image {
16:51:00.545 | ^
16:51:00.559 77 | max-width: 100%;
16:51:00.559 78 | display: inline-block;
16:51:00.572 at App.vue:1:0​
16:51:00.585 ​[plugin:vite:nvue-css] ERROR: Selector uni-image.loading::before is not supported. nvue only support classname selector
16:51:00.599 80 | z-index: 0;
16:51:00.599 81 | }
16:51:00.612 82 | uni-image.loading::before {
16:51:00.626 | ^
16:51:00.639 83 | content: '';
16:51:00.639 84 | background-color: #f5f5f5;
16:51:00.652 at App.vue:1:0​
16:51:00.666 ​[plugin:vite:nvue-css] ERROR: Selector uni-image.loading::after is not supported. nvue only support classname selector
16:51:00.679 89 | z-index: -2;
16:51:00.679 90 | }
16:51:00.692 91 | uni-image.loading::after {
16:51:00.705 | ^
16:51:00.718 92 | content: '\e7f1';
16:51:00.719 93 | font-family: 'cuIcon';
16:51:00.732 at App.vue:1:0​
16:51:00.745 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch is not supported. nvue only support classname selector
16:51:00.759 114| 开关
16:51:00.759 115| ==================== /
16:51:00.772 116| uni-switch,
16:51:00.786 | ^
16:51:00.799 117| uni-checkbox,
16:51:00.799 118| uni-radio {
16:51:00.812 at App.vue:1:0​
16:51:00.825 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox is not supported. nvue only support classname selector
16:51:00.839 114| 开关
16:51:00.839 115| ====================
/
16:51:00.852 116| uni-switch,
16:51:00.865 | ^
16:51:00.878 117| uni-checkbox,
16:51:00.878 118| uni-radio {
16:51:00.891 at App.vue:1:0​
16:51:00.904 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio is not supported. nvue only support classname selector
16:51:00.917 114| 开关
16:51:00.918 115| ==================== /
16:51:00.930 116| uni-switch,
16:51:00.943 | ^
16:51:00.956 117| uni-checkbox,
16:51:00.957 118| uni-radio {
16:51:00.969 at App.vue:1:0​
16:51:00.983 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch::after is not supported. nvue only support classname selector
16:51:00.996 119| position: relative;
16:51:00.996 120| }
16:51:01.009 121| uni-switch::after,
16:51:01.022 | ^
16:51:01.027 122| uni-switch::before {
16:51:01.040 123| font-family: 'cuIcon';
16:51:01.040 at App.vue:1:0​
16:51:01.053 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch::before is not supported. nvue only support classname selector
16:51:01.067 119| position: relative;
16:51:01.080 120| }
16:51:01.081 121| uni-switch::after,
16:51:01.094 | ^
16:51:01.107 122| uni-switch::before {
16:51:01.119 123| font-family: 'cuIcon';
16:51:01.119 at App.vue:1:0​
16:51:01.132 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch::before is not supported. nvue only support classname selector
16:51:01.145 139| margin: auto;
16:51:01.157 140| }
16:51:01.158 141| uni-switch::before {
16:51:01.171 | ^
16:51:01.184 142| content: '\e646';
16:51:01.197 143| right: 0;
16:51:01.197 at App.vue:1:0​
16:51:01.210 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch[checked]::after is not supported. nvue only support classname selector
16:51:01.224 145| left: auto;
16:51:01.237 146| }
16:51:01.237 147| uni-switch[checked]::after,
16:51:01.251 | ^
16:51:01.264 148| uni-switch.checked::after {
16:51:01.277 149| transform: scale(1, 1);
16:51:01.278 at App.vue:1:0​
16:51:01.291 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.checked::after is not supported. nvue only support classname selector
16:51:01.304 145| left: auto;
16:51:01.317 146| }
16:51:01.318 147| uni-switch[checked]::after,
16:51:01.331 | ^
16:51:01.344 148| uni-switch.checked::after {
16:51:01.357 149| transform: scale(1, 1);
16:51:01.357 at App.vue:1:0​
16:51:01.370 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch[checked]::before is not supported. nvue only support classname selector
16:51:01.384 149| transform: scale(1, 1);
16:51:01.397 150| }
16:51:01.397 151| uni-switch[checked]::before,
16:51:01.410 | ^
16:51:01.424 152| uni-switch.checked::before {
16:51:01.437 153| transform: scale(0, 0);
16:51:01.437 at App.vue:1:0​
16:51:01.450 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.checked::before is not supported. nvue only support classname selector
16:51:01.464 149| transform: scale(1, 1);
16:51:01.477 150| }
16:51:01.477 151| uni-switch[checked]::before,
16:51:01.490 | ^
16:51:01.504 152| uni-switch.checked::before {
16:51:01.517 153| transform: scale(0, 0);
16:51:01.517 at App.vue:1:0​
16:51:01.530 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio::before is not supported. nvue only support classname selector
16:51:01.544 153| transform: scale(0, 0);
16:51:01.557 154| }
16:51:01.557 155| uni-radio::before,
16:51:01.570 | ^
16:51:01.583 156| uni-checkbox::before {
16:51:01.596 157| font-family: 'cuIcon';
16:51:01.597 at App.vue:1:0​
16:51:01.610 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox::before is not supported. nvue only support classname selector
16:51:01.623 153| transform: scale(0, 0);
16:51:01.636 154| }
16:51:01.637 155| uni-radio::before,
16:51:01.650 | ^
16:51:01.663 156| uni-checkbox::before {
16:51:01.676 157| font-family: 'cuIcon';
16:51:01.676 at App.vue:1:0​
16:51:01.689 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio .wx-radio-input is not supported. nvue only support classname selector
16:51:01.703 169| z-index: 9;
16:51:01.716 170| }
16:51:01.716 171| uni-radio .wx-radio-input,
16:51:01.729 | ^
16:51:01.741 172| uni-checkbox .wx-checkbox-input,
16:51:01.754 173| uni-radio .uni-radio-input,
16:51:01.754 at App.vue:1:0​
16:51:01.767 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox .wx-checkbox-input is not supported. nvue only support classname selector
16:51:01.780 169| z-index: 9;
16:51:01.792 170| }
16:51:01.792 171| uni-radio .wx-radio-input,
16:51:01.805 | ^
16:51:01.817 172| uni-checkbox .wx-checkbox-input,
16:51:01.830 173| uni-radio .uni-radio-input,
16:51:01.830 at App.vue:1:0​
16:51:01.843 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio .uni-radio-input is not supported. nvue only support classname selector
16:51:01.855 169| z-index: 9;
16:51:01.868 170| }
16:51:01.868 171| uni-radio .wx-radio-input,
16:51:01.881 | ^
16:51:01.893 172| uni-checkbox .wx-checkbox-input,
16:51:01.906 173| uni-radio .uni-radio-input,
16:51:01.906 at App.vue:1:0​
16:51:01.919 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox .uni-checkbox-input is not supported. nvue only support classname selector
16:51:01.931 169| z-index: 9;
16:51:01.944 170| }
16:51:01.944 171| uni-radio .wx-radio-input,
16:51:01.957 | ^
16:51:01.969 172| uni-checkbox .wx-checkbox-input,
16:51:01.982 173| uni-radio .uni-radio-input,
16:51:01.982 at App.vue:1:0​
16:51:01.994 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.round .wx-checkbox-input is not supported. nvue only support classname selector
16:51:01.995 177| height: 24px;
16:51:02.007 178| }
16:51:02.020 179| uni-checkbox.round .wx-checkbox-input,
16:51:02.020 | ^
16:51:02.033 180| uni-checkbox.round .uni-checkbox-input {
16:51:02.045 181| border-radius: 100rpx;
16:51:02.058 at App.vue:1:0​
16:51:02.058 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.round .uni-checkbox-input is not supported. nvue only support classname selector
16:51:02.071 177| height: 24px;
16:51:02.084 178| }
16:51:02.096 179| uni-checkbox.round .wx-checkbox-input,
16:51:02.097 | ^
16:51:02.109 180| uni-checkbox.round .uni-checkbox-input {
16:51:02.122 181| border-radius: 100rpx;
16:51:02.134 at App.vue:1:0​
16:51:02.135 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch[checked]::before is not supported. nvue only support classname selector
16:51:02.147 181| border-radius: 100rpx;
16:51:02.160 182| }
16:51:02.174 183| uni-switch[checked]::before {
16:51:02.174 | ^
16:51:02.187 184| transform: scale(0, 0);
16:51:02.200 185| }
16:51:02.212 at App.vue:1:0​
16:51:02.213 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .wx-switch-input is not supported. nvue only support classname selector
16:51:02.225 184| transform: scale(0, 0);
16:51:02.238 185| }
16:51:02.251 186| uni-switch .wx-switch-input,
16:51:02.251 | ^
16:51:02.263 187| uni-switch .uni-switch-input {
16:51:02.276 188| border: none;
16:51:02.289 at App.vue:1:0​
16:51:02.289 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .uni-switch-input is not supported. nvue only support classname selector
16:51:02.302 184| transform: scale(0, 0);
16:51:02.314 185| }
16:51:02.327 186| uni-switch .wx-switch-input,
16:51:02.327 | ^
16:51:02.340 187| uni-switch .uni-switch-input {
16:51:02.352 188| border: none;
16:51:02.365 at App.vue:1:0​
16:51:02.365 ​[plugin:vite:nvue-css] ERROR: Selector `uni-switch .wx-switch-input:not([class
=''])is not supported. nvue only support classname selector 16:51:02.378 193| border-radius: 100rpx; 16:51:02.391 194| } 16:51:02.403 195| uni-switch .wx-switch-input:not([class*='']), 16:51:02.403 | ^ 16:51:02.416 196| uni-switch .uni-switch-input:not([class*='']) { 16:51:02.428 197| background: #8799a3 !important; 16:51:02.441 at App.vue:1:0​ 16:51:02.441 ​[plugin:vite:nvue-css] ERROR: Selectoruni-switch .uni-switch-input:not([class=''])` is not supported. nvue only support classname selector
16:51:02.454 193| border-radius: 100rpx;
16:51:02.467 194| }
16:51:02.479 195| uni-switch .wx-switch-input:not([class
='']),
16:51:02.480 | ^
16:51:02.492 196| uni-switch .uni-switch-input:not([class*='']) {
16:51:02.505 197| background: #8799a3 !important;
16:51:02.518 at App.vue:1:0​
16:51:02.518 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .wx-switch-input::after is not supported. nvue only support classname selector
16:51:02.531 197| background: #8799a3 !important;
16:51:02.544 198| }
16:51:02.556 199| uni-switch .wx-switch-input::after,
16:51:02.557 | ^
16:51:02.569 200| uni-switch .uni-switch-input::after {
16:51:02.582 201| margin: auto;
16:51:02.595 at App.vue:1:0​
16:51:02.595 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .uni-switch-input::after is not supported. nvue only support classname selector
16:51:02.608 197| background: #8799a3 !important;
16:51:02.621 198| }
16:51:02.633 199| uni-switch .wx-switch-input::after,
16:51:02.633 | ^
16:51:02.646 200| uni-switch .uni-switch-input::after {
16:51:02.659 201| margin: auto;
16:51:02.671 at App.vue:1:0​
16:51:02.672 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .wx-switch-input.wx-switch-input-checked::after is not supported. nvue only support classname selector
16:51:02.684 210| transition: all 0.1s ease-in-out 0s;
16:51:02.697 211| }
16:51:02.710 212| uni-switch .wx-switch-input.wx-switch-input-checked::after,
16:51:02.710 | ^
16:51:02.723 213| uni-switch .uni-switch-input.uni-switch-input-checked::after {
16:51:02.736 214| margin: auto;
16:51:02.748 at App.vue:1:0​
16:51:02.749 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .uni-switch-input.uni-switch-input-checked::after is not supported. nvue only support classname selector
16:51:02.761 210| transition: all 0.1s ease-in-out 0s;
16:51:02.774 211| }
16:51:02.787 212| uni-switch .wx-switch-input.wx-switch-input-checked::after,
16:51:02.787 | ^
16:51:02.799 213| uni-switch .uni-switch-input.uni-switch-input-checked::after {
16:51:02.813 214| margin: auto;
16:51:02.826 at App.vue:1:0​
16:51:02.826 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio-group is not supported. nvue only support classname selector
16:51:02.839 217| transform: scale(0.9, 0.9);
16:51:02.853 218| }
16:51:02.866 219| uni-radio-group {
16:51:02.866 | ^
16:51:02.879 220| display: inline-block;
16:51:02.893 221| }
16:51:02.906 at App.vue:1:0​
16:51:02.906 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .wx-switch-input::after is not supported. nvue only support classname selector
16:51:02.919 220| display: inline-block;
16:51:02.932 221| }
16:51:02.945 222| uni-switch.radius .wx-switch-input::after,
16:51:02.946 | ^
16:51:02.959 223| uni-switch.radius .wx-switch-input,
16:51:02.972 224| uni-switch.radius .wx-switch-input::before,
16:51:02.985 at App.vue:1:0​
16:51:02.985 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .wx-switch-input is not supported. nvue only support classname selector
16:51:02.998 220| display: inline-block;
16:51:03.012 221| }
16:51:03.025 222| uni-switch.radius .wx-switch-input::after,
16:51:03.025 | ^
16:51:03.038 223| uni-switch.radius .wx-switch-input,
16:51:03.052 224| uni-switch.radius .wx-switch-input::before,
16:51:03.065 at App.vue:1:0​
16:51:03.065 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .wx-switch-input::before is not supported. nvue only support classname selector
16:51:03.078 220| display: inline-block;
16:51:03.092 221| }
16:51:03.105 222| uni-switch.radius .wx-switch-input::after,
16:51:03.105 | ^
16:51:03.118 223| uni-switch.radius .wx-switch-input,
16:51:03.131 224| uni-switch.radius .wx-switch-input::before,
16:51:03.145 at App.vue:1:0​
16:51:03.145 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .uni-switch-input::after is not supported. nvue only support classname selector
16:51:03.159 220| display: inline-block;
16:51:03.172 221| }
16:51:03.186 222| uni-switch.radius .wx-switch-input::after,
16:51:03.186 | ^
16:51:03.199 223| uni-switch.radius .wx-switch-input,
16:51:03.213 224| uni-switch.radius .wx-switch-input::before,
16:51:03.226 at App.vue:1:0​
16:51:03.226 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .uni-switch-input is not supported. nvue only support classname selector
16:51:03.240 220| display: inline-block;
16:51:03.253 221| }
16:51:03.266 222| uni-switch.radius .wx-switch-input::after,
16:51:03.266 | ^
16:51:03.279 223| uni-switch.radius .wx-switch-input,
16:51:03.293 224| uni-switch.radius .wx-switch-input::before,
16:51:03.306 at App.vue:1:0​
16:51:03.307 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.radius .uni-switch-input::before is not supported. nvue only support classname selector
16:51:03.320 220| display: inline-block;
16:51:03.333 221| }
16:51:03.346 222| uni-switch.radius .wx-switch-input::after,
16:51:03.347 | ^
16:51:03.360 223| uni-switch.radius .wx-switch-input,
16:51:03.373 224| uni-switch.radius .wx-switch-input::before,
16:51:03.387 at App.vue:1:0​
16:51:03.387 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .wx-switch-input::before is not supported. nvue only support classname selector
16:51:03.401 228| border-radius: 10rpx;
16:51:03.414 229| }
16:51:03.428 230| uni-switch .wx-switch-input::before,
16:51:03.428 | ^
16:51:03.441 231| uni-radio.radio::before,
16:51:03.455 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.468 at App.vue:1:0​
16:51:03.469 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.radio::before is not supported. nvue only support classname selector
16:51:03.482 228| border-radius: 10rpx;
16:51:03.496 229| }
16:51:03.509 230| uni-switch .wx-switch-input::before,
16:51:03.510 | ^
16:51:03.523 231| uni-radio.radio::before,
16:51:03.536 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.550 at App.vue:1:0​
16:51:03.550 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox .wx-checkbox-input::before is not supported. nvue only support classname selector
16:51:03.563 228| border-radius: 10rpx;
16:51:03.577 229| }
16:51:03.590 230| uni-switch .wx-switch-input::before,
16:51:03.590 | ^
16:51:03.604 231| uni-radio.radio::before,
16:51:03.617 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.633 at App.vue:1:0​
16:51:03.633 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio .wx-radio-input::before is not supported. nvue only support classname selector
16:51:03.646 228| border-radius: 10rpx;
16:51:03.660 229| }
16:51:03.672 230| uni-switch .wx-switch-input::before,
16:51:03.673 | ^
16:51:03.686 231| uni-radio.radio::before,
16:51:03.699 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.712 at App.vue:1:0​
16:51:03.713 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch .uni-switch-input::before is not supported. nvue only support classname selector
16:51:03.726 228| border-radius: 10rpx;
16:51:03.739 229| }
16:51:03.752 230| uni-switch .wx-switch-input::before,
16:51:03.753 | ^
16:51:03.765 231| uni-radio.radio::before,
16:51:03.779 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.792 at App.vue:1:0​
16:51:03.792 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.radio::before is not supported. nvue only support classname selector
16:51:03.805 228| border-radius: 10rpx;
16:51:03.805 229| }
16:51:03.819 230| uni-switch .wx-switch-input::before,
16:51:03.832 | ^
16:51:03.832 231| uni-radio.radio::before,
16:51:03.845 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.858 at App.vue:1:0​
16:51:03.871 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox .uni-checkbox-input::before is not supported. nvue only support classname selector
16:51:03.872 228| border-radius: 10rpx;
16:51:03.885 229| }
16:51:03.885 230| uni-switch .wx-switch-input::before,
16:51:03.898 | ^
16:51:03.911 231| uni-radio.radio::before,
16:51:03.911 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.924 at App.vue:1:0​
16:51:03.924 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio .uni-radio-input::before is not supported. nvue only support classname selector
16:51:03.937 228| border-radius: 10rpx;
16:51:03.950 229| }
16:51:03.950 230| uni-switch .wx-switch-input::before,
16:51:03.963 | ^
16:51:03.963 231| uni-radio.radio::before,
16:51:03.976 232| uni-checkbox .wx-checkbox-input::before,
16:51:03.989 at App.vue:1:0​
16:51:03.990 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.radio[checked]::after is not supported. nvue only support classname selector
16:51:04.003 238| display: none;
16:51:04.016 239| }
16:51:04.028 240| uni-radio.radio[checked]::after,
16:51:04.029 | ^
16:51:04.041 241| uni-radio.radio .uni-radio-input-checked::after {
16:51:04.055 242| content: '';
16:51:04.068 at App.vue:1:0​
16:51:04.068 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.radio .uni-radio-input-checked::after is not supported. nvue only support classname selector
16:51:04.081 238| display: none;
16:51:04.081 239| }
16:51:04.094 240| uni-radio.radio[checked]::after,
16:51:04.107 | ^
16:51:04.107 241| uni-radio.radio .uni-radio-input-checked::after {
16:51:04.120 242| content: '';
16:51:04.133 at App.vue:1:0​
16:51:04.146 ​[plugin:vite:nvue-css] WARNING: content is not a standard property name (may not be supported)
16:51:04.146 257| }
16:51:04.159 258| .switch-sex::after {
16:51:04.172 259| content: '\e71c';
16:51:04.185 | ^
16:51:04.185 260| }
16:51:04.198 261| .switch-sex::before {
16:51:04.211 at App.vue:1:0​
16:51:04.224 ​[plugin:vite:nvue-css] WARNING: content is not a standard property name (may not be supported)
16:51:04.224 260| }
16:51:04.237 261| .switch-sex::before {
16:51:04.250 262| content: '\e71a';
16:51:04.262 | ^
16:51:04.263 263| }
16:51:04.275 264| .switch-sex .wx-switch-input,
16:51:04.288 at App.vue:1:0​
16:51:04.301 ​[plugin:vite:nvue-css] ERROR: Selector .switch-sex[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:04.301 267| border-color: #e54d42 !important;
16:51:04.314 268| }
16:51:04.327 269| .switch-sex[checked] .wx-switch-input,
16:51:04.340 | ^
16:51:04.340 270| .switch-sex.checked .uni-switch-input {
16:51:04.353 271| background: #0081ff !important;
16:51:04.366 at App.vue:1:0​
16:51:04.378 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked is not supported. nvue only support classname selector
16:51:04.379 272| border-color: #0081ff !important;
16:51:04.392 273| }
16:51:04.404 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.417 | ^
16:51:04.417 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.430 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.442 at App.vue:1:0​
16:51:04.455 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.red[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:04.455 272| border-color: #0081ff !important;
16:51:04.468 273| }
16:51:04.481 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.494 | ^
16:51:04.494 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.506 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.519 at App.vue:1:0​
16:51:04.532 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.red[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:04.532 272| border-color: #0081ff !important;
16:51:04.545 273| }
16:51:04.558 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.570 | ^
16:51:04.571 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.583 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.583 at App.vue:1:0​
16:51:04.596 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.red.checked .uni-switch-input.uni-switch-input-checked is not supported. nvue only support classname selector
16:51:04.609 272| border-color: #0081ff !important;
16:51:04.609 273| }
16:51:04.622 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.635 | ^
16:51:04.647 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.648 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.661 at App.vue:1:0​
16:51:04.674 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.red.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:04.686 272| border-color: #0081ff !important;
16:51:04.687 273| }
16:51:04.699 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.712 | ^
16:51:04.725 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.725 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.738 at App.vue:1:0​
16:51:04.751 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.red.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:04.764 272| border-color: #0081ff !important;
16:51:04.764 273| }
16:51:04.776 274| uni-switch.red[checked] .wx-switch-input.wx-switch-input-checked,
16:51:04.789 | ^
16:51:04.802 275| uni-checkbox.red[checked] .wx-checkbox-input,
16:51:04.802 276| uni-radio.red[checked] .wx-radio-input,
16:51:04.815 at App.vue:1:0​
16:51:04.828 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.orange[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:04.841 282| color: #ffffff !important;
16:51:04.841 283| }
16:51:04.853 284| uni-switch.orange[checked] .wx-switch-input,
16:51:04.866 | ^
16:51:04.879 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:04.879 286| uni-radio.orange[checked] .wx-radio-input,
16:51:04.892 at App.vue:1:0​
16:51:04.905 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.orange[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:04.918 282| color: #ffffff !important;
16:51:04.918 283| }
16:51:04.930 284| uni-switch.orange[checked] .wx-switch-input,
16:51:04.944 | ^
16:51:04.957 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:04.957 286| uni-radio.orange[checked] .wx-radio-input,
16:51:04.970 at App.vue:1:0​
16:51:04.983 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.orange[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:04.996 282| color: #ffffff !important;
16:51:04.996 283| }
16:51:05.009 284| uni-switch.orange[checked] .wx-switch-input,
16:51:05.022 | ^
16:51:05.035 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:05.035 286| uni-radio.orange[checked] .wx-radio-input,
16:51:05.048 at App.vue:1:0​
16:51:05.048 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.orange.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:05.062 282| color: #ffffff !important;
16:51:05.074 283| }
16:51:05.075 284| uni-switch.orange[checked] .wx-switch-input,
16:51:05.087 | ^
16:51:05.101 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:05.113 286| uni-radio.orange[checked] .wx-radio-input,
16:51:05.114 at App.vue:1:0​
16:51:05.127 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.orange.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:05.140 282| color: #ffffff !important;
16:51:05.153 283| }
16:51:05.153 284| uni-switch.orange[checked] .wx-switch-input,
16:51:05.166 | ^
16:51:05.179 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:05.191 286| uni-radio.orange[checked] .wx-radio-input,
16:51:05.192 at App.vue:1:0​
16:51:05.205 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.orange.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:05.218 282| color: #ffffff !important;
16:51:05.231 283| }
16:51:05.231 284| uni-switch.orange[checked] .wx-switch-input,
16:51:05.244 | ^
16:51:05.257 285| uni-checkbox.orange[checked] .wx-checkbox-input,
16:51:05.270 286| uni-radio.orange[checked] .wx-radio-input,
16:51:05.270 at App.vue:1:0​
16:51:05.283 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.yellow[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:05.296 292| color: #ffffff !important;
16:51:05.309 293| }
16:51:05.309 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.322 | ^
16:51:05.335 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.348 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.348 at App.vue:1:0​
16:51:05.361 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.yellow[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:05.374 292| color: #ffffff !important;
16:51:05.387 293| }
16:51:05.387 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.400 | ^
16:51:05.413 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.426 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.426 at App.vue:1:0​
16:51:05.439 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.yellow[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:05.453 292| color: #ffffff !important;
16:51:05.466 293| }
16:51:05.466 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.479 | ^
16:51:05.492 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.504 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.505 at App.vue:1:0​
16:51:05.518 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.yellow.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:05.531 292| color: #ffffff !important;
16:51:05.544 293| }
16:51:05.544 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.557 | ^
16:51:05.557 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.570 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.583 at App.vue:1:0​
16:51:05.584 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.yellow.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:05.597 292| color: #ffffff !important;
16:51:05.597 293| }
16:51:05.610 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.623 | ^
16:51:05.623 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.636 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.649 at App.vue:1:0​
16:51:05.662 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.yellow.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:05.663 292| color: #ffffff !important;
16:51:05.675 293| }
16:51:05.689 294| uni-switch.yellow[checked] .wx-switch-input,
16:51:05.701 | ^
16:51:05.702 295| uni-checkbox.yellow[checked] .wx-checkbox-input,
16:51:05.715 296| uni-radio.yellow[checked] .wx-radio-input,
16:51:05.728 at App.vue:1:0​
16:51:05.741 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.olive[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:05.741 302| color: #333333 !important;
16:51:05.754 303| }
16:51:05.767 304| uni-switch.olive[checked] .wx-switch-input,
16:51:05.780 | ^
16:51:05.780 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:05.793 306| uni-radio.olive[checked] .wx-radio-input,
16:51:05.806 at App.vue:1:0​
16:51:05.819 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.olive[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:05.820 302| color: #333333 !important;
16:51:05.833 303| }
16:51:05.846 304| uni-switch.olive[checked] .wx-switch-input,
16:51:05.859 | ^
16:51:05.859 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:05.872 306| uni-radio.olive[checked] .wx-radio-input,
16:51:05.872 at App.vue:1:0​
16:51:05.885 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.olive[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:05.898 302| color: #333333 !important;
16:51:05.898 303| }
16:51:05.911 304| uni-switch.olive[checked] .wx-switch-input,
16:51:05.924 | ^
16:51:05.936 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:05.937 306| uni-radio.olive[checked] .wx-radio-input,
16:51:05.949 at App.vue:1:0​
16:51:05.962 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.olive.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:05.975 302| color: #333333 !important;
16:51:05.976 303| }
16:51:05.988 304| uni-switch.olive[checked] .wx-switch-input,
16:51:05.988 | ^
16:51:06.001 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:06.014 306| uni-radio.olive[checked] .wx-radio-input,
16:51:06.014 at App.vue:1:0​
16:51:06.027 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.olive.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:06.040 302| color: #333333 !important;
16:51:06.052 303| }
16:51:06.053 304| uni-switch.olive[checked] .wx-switch-input,
16:51:06.066 | ^
16:51:06.078 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:06.091 306| uni-radio.olive[checked] .wx-radio-input,
16:51:06.091 at App.vue:1:0​
16:51:06.104 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.olive.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:06.117 302| color: #333333 !important;
16:51:06.130 303| }
16:51:06.130 304| uni-switch.olive[checked] .wx-switch-input,
16:51:06.143 | ^
16:51:06.156 305| uni-checkbox.olive[checked] .wx-checkbox-input,
16:51:06.168 306| uni-radio.olive[checked] .wx-radio-input,
16:51:06.169 at App.vue:1:0​
16:51:06.181 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.green[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:06.194 312| color: #ffffff !important;
16:51:06.207 313| }
16:51:06.208 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.220 | ^
16:51:06.220 315| uni-switch[checked] .wx-switch-input,
16:51:06.233 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.246 at App.vue:1:0​
16:51:06.246 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:06.259 312| color: #ffffff !important;
16:51:06.271 313| }
16:51:06.284 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.284 | ^
16:51:06.297 315| uni-switch[checked] .wx-switch-input,
16:51:06.309 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.322 at App.vue:1:0​
16:51:06.322 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.green[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:06.335 312| color: #ffffff !important;
16:51:06.348 313| }
16:51:06.360 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.360 | ^
16:51:06.373 315| uni-switch[checked] .wx-switch-input,
16:51:06.386 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.398 at App.vue:1:0​
16:51:06.398 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:06.411 312| color: #ffffff !important;
16:51:06.424 313| }
16:51:06.436 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.437 | ^
16:51:06.449 315| uni-switch[checked] .wx-switch-input,
16:51:06.462 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.474 at App.vue:1:0​
16:51:06.475 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.green[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:06.487 312| color: #ffffff !important;
16:51:06.500 313| }
16:51:06.512 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.513 | ^
16:51:06.525 315| uni-switch[checked] .wx-switch-input,
16:51:06.538 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.550 at App.vue:1:0​
16:51:06.551 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:06.563 312| color: #ffffff !important;
16:51:06.576 313| }
16:51:06.589 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.589 | ^
16:51:06.601 315| uni-switch[checked] .wx-switch-input,
16:51:06.614 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.627 at App.vue:1:0​
16:51:06.627 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.green.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:06.640 312| color: #ffffff !important;
16:51:06.652 313| }
16:51:06.665 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.665 | ^
16:51:06.678 315| uni-switch[checked] .wx-switch-input,
16:51:06.690 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.703 at App.vue:1:0​
16:51:06.703 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:06.716 312| color: #ffffff !important;
16:51:06.728 313| }
16:51:06.741 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.741 | ^
16:51:06.754 315| uni-switch[checked] .wx-switch-input,
16:51:06.766 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.779 at App.vue:1:0​
16:51:06.779 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.green.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:06.792 312| color: #ffffff !important;
16:51:06.804 313| }
16:51:06.817 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.817 | ^
16:51:06.830 315| uni-switch[checked] .wx-switch-input,
16:51:06.842 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.855 at App.vue:1:0​
16:51:06.855 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:06.868 312| color: #ffffff !important;
16:51:06.881 313| }
16:51:06.893 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.894 | ^
16:51:06.906 315| uni-switch[checked] .wx-switch-input,
16:51:06.919 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:06.931 at App.vue:1:0​
16:51:06.932 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.green.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:06.944 312| color: #ffffff !important;
16:51:06.957 313| }
16:51:06.969 314| uni-switch.green[checked] .wx-switch-input,
16:51:06.970 | ^
16:51:06.982 315| uni-switch[checked] .wx-switch-input,
16:51:06.995 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:07.007 at App.vue:1:0​
16:51:07.008 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:07.020 312| color: #ffffff !important;
16:51:07.033 313| }
16:51:07.045 314| uni-switch.green[checked] .wx-switch-input,
16:51:07.046 | ^
16:51:07.058 315| uni-switch[checked] .wx-switch-input,
16:51:07.071 316| uni-checkbox.green[checked] .wx-checkbox-input,
16:51:07.083 at App.vue:1:0​
16:51:07.084 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.cyan[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:07.097 329| border-color: #39b54a !important;
16:51:07.109 330| }
16:51:07.122 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.122 | ^
16:51:07.135 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.147 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.160 at App.vue:1:0​
16:51:07.160 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.cyan[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:07.173 329| border-color: #39b54a !important;
16:51:07.186 330| }
16:51:07.198 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.199 | ^
16:51:07.211 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.224 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.236 at App.vue:1:0​
16:51:07.237 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.cyan[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:07.249 329| border-color: #39b54a !important;
16:51:07.262 330| }
16:51:07.275 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.275 | ^
16:51:07.287 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.300 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.313 at App.vue:1:0​
16:51:07.313 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.cyan.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:07.326 329| border-color: #39b54a !important;
16:51:07.338 330| }
16:51:07.351 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.351 | ^
16:51:07.364 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.377 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.389 at App.vue:1:0​
16:51:07.389 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.cyan.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:07.402 329| border-color: #39b54a !important;
16:51:07.415 330| }
16:51:07.427 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.428 | ^
16:51:07.440 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.453 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.466 at App.vue:1:0​
16:51:07.466 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.cyan.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:07.479 329| border-color: #39b54a !important;
16:51:07.492 330| }
16:51:07.504 331| uni-switch.cyan[checked] .wx-switch-input,
16:51:07.504 | ^
16:51:07.517 332| uni-checkbox.cyan[checked] .wx-checkbox-input,
16:51:07.530 333| uni-radio.cyan[checked] .wx-radio-input,
16:51:07.542 at App.vue:1:0​
16:51:07.543 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.blue[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:07.555 339| color: #ffffff !important;
16:51:07.568 340| }
16:51:07.581 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.581 | ^
16:51:07.593 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.606 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.619 at App.vue:1:0​
16:51:07.619 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.blue[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:07.632 339| color: #ffffff !important;
16:51:07.645 340| }
16:51:07.657 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.658 | ^
16:51:07.670 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.683 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.695 at App.vue:1:0​
16:51:07.696 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.blue[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:07.708 339| color: #ffffff !important;
16:51:07.721 340| }
16:51:07.734 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.734 | ^
16:51:07.746 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.747 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.759 at App.vue:1:0​
16:51:07.772 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.blue.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:07.772 339| color: #ffffff !important;
16:51:07.785 340| }
16:51:07.798 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.810 | ^
16:51:07.810 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.823 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.836 at App.vue:1:0​
16:51:07.848 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.blue.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:07.849 339| color: #ffffff !important;
16:51:07.861 340| }
16:51:07.874 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.887 | ^
16:51:07.888 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.900 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.914 at App.vue:1:0​
16:51:07.927 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.blue.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:07.927 339| color: #ffffff !important;
16:51:07.940 340| }
16:51:07.953 341| uni-switch.blue[checked] .wx-switch-input,
16:51:07.966 | ^
16:51:07.966 342| uni-checkbox.blue[checked] .wx-checkbox-input,
16:51:07.979 343| uni-radio.blue[checked] .wx-radio-input,
16:51:07.992 at App.vue:1:0​
16:51:08.005 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.purple[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:08.005 349| color: #ffffff !important;
16:51:08.018 350| }
16:51:08.031 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.044 | ^
16:51:08.044 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.057 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.057 at App.vue:1:0​
16:51:08.070 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.purple[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:08.083 349| color: #ffffff !important;
16:51:08.083 350| }
16:51:08.096 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.096 | ^
16:51:08.109 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.122 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.122 at App.vue:1:0​
16:51:08.135 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.purple[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:08.148 349| color: #ffffff !important;
16:51:08.160 350| }
16:51:08.161 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.173 | ^
16:51:08.186 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.199 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.199 at App.vue:1:0​
16:51:08.212 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.purple.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:08.226 349| color: #ffffff !important;
16:51:08.239 350| }
16:51:08.239 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.252 | ^
16:51:08.265 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.278 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.279 at App.vue:1:0​
16:51:08.292 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.purple.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:08.305 349| color: #ffffff !important;
16:51:08.318 350| }
16:51:08.319 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.331 | ^
16:51:08.345 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.358 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.358 at App.vue:1:0​
16:51:08.371 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.purple.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:08.384 349| color: #ffffff !important;
16:51:08.397 350| }
16:51:08.397 351| uni-switch.purple[checked] .wx-switch-input,
16:51:08.410 | ^
16:51:08.423 352| uni-checkbox.purple[checked] .wx-checkbox-input,
16:51:08.436 353| uni-radio.purple[checked] .wx-radio-input,
16:51:08.436 at App.vue:1:0​
16:51:08.449 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.mauve[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:08.462 359| color: #ffffff !important;
16:51:08.475 360| }
16:51:08.476 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.488 | ^
16:51:08.501 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.514 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.515 at App.vue:1:0​
16:51:08.528 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.mauve[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:08.541 359| color: #ffffff !important;
16:51:08.553 360| }
16:51:08.554 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.567 | ^
16:51:08.580 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.592 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.593 at App.vue:1:0​
16:51:08.606 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.mauve[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:08.619 359| color: #ffffff !important;
16:51:08.632 360| }
16:51:08.632 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.645 | ^
16:51:08.658 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.670 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.671 at App.vue:1:0​
16:51:08.684 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.mauve.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:08.697 359| color: #ffffff !important;
16:51:08.710 360| }
16:51:08.710 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.723 | ^
16:51:08.736 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.749 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.749 at App.vue:1:0​
16:51:08.762 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.mauve.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:08.775 359| color: #ffffff !important;
16:51:08.788 360| }
16:51:08.789 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.802 | ^
16:51:08.815 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.828 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.829 at App.vue:1:0​
16:51:08.841 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.mauve.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:08.855 359| color: #ffffff !important;
16:51:08.868 360| }
16:51:08.868 361| uni-switch.mauve[checked] .wx-switch-input,
16:51:08.881 | ^
16:51:08.895 362| uni-checkbox.mauve[checked] .wx-checkbox-input,
16:51:08.908 363| uni-radio.mauve[checked] .wx-radio-input,
16:51:08.909 at App.vue:1:0​
16:51:08.922 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.pink[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:08.936 369| color: #ffffff !important;
16:51:08.949 370| }
16:51:08.949 371| uni-switch.pink[checked] .wx-switch-input,
16:51:08.962 | ^
16:51:08.976 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:08.989 373| uni-radio.pink[checked] .wx-radio-input,
16:51:08.989 at App.vue:1:0​
16:51:09.003 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.pink[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:09.016 369| color: #ffffff !important;
16:51:09.030 370| }
16:51:09.031 371| uni-switch.pink[checked] .wx-switch-input,
16:51:09.044 | ^
16:51:09.057 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:09.070 373| uni-radio.pink[checked] .wx-radio-input,
16:51:09.070 at App.vue:1:0​
16:51:09.083 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.pink[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:09.096 369| color: #ffffff !important;
16:51:09.109 370| }
16:51:09.110 371| uni-switch.pink[checked] .wx-switch-input,
16:51:09.122 | ^
16:51:09.136 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:09.149 373| uni-radio.pink[checked] .wx-radio-input,
16:51:09.149 at App.vue:1:0​
16:51:09.162 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.pink.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:09.176 369| color: #ffffff !important;
16:51:09.189 370| }
16:51:09.189 371| uni-switch.pink[checked] .wx-switch-input,
16:51:09.202 | ^
16:51:09.216 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:09.230 373| uni-radio.pink[checked] .wx-radio-input,
16:51:09.230 at App.vue:1:0​
16:51:09.244 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.pink.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:09.257 369| color: #ffffff !important;
16:51:09.271 370| }
16:51:09.271 371| uni-switch.pink[checked] .wx-switch-input,
16:51:09.284 | ^
16:51:09.298 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:09.312 373| uni-radio.pink[checked] .wx-radio-input,
16:51:09.312 at App.vue:1:0​
16:51:09.325 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.pink.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:09.339 369| color: #ffffff !important;
16:51:09.354 370| }
16:51:09.354 371| uni-switch.pink[checked] .wx-switch-input,
16:51:09.367 | ^
16:51:09.381 372| uni-checkbox.pink[checked] .wx-checkbox-input,
16:51:09.395 373| uni-radio.pink[checked] .wx-radio-input,
16:51:09.395 at App.vue:1:0​
16:51:09.409 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.brown[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:09.424 379| color: #ffffff !important;
16:51:09.438 380| }
16:51:09.438 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.452 | ^
16:51:09.465 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.478 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.478 at App.vue:1:0​
16:51:09.491 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.brown[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:09.504 379| color: #ffffff !important;
16:51:09.517 380| }
16:51:09.518 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.531 | ^
16:51:09.544 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.556 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.557 at App.vue:1:0​
16:51:09.570 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.brown[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:09.583 379| color: #ffffff !important;
16:51:09.596 380| }
16:51:09.596 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.609 | ^
16:51:09.622 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.635 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.636 at App.vue:1:0​
16:51:09.649 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.brown.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:09.662 379| color: #ffffff !important;
16:51:09.674 380| }
16:51:09.675 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.688 | ^
16:51:09.701 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.713 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.714 at App.vue:1:0​
16:51:09.728 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.brown.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:09.728 379| color: #ffffff !important;
16:51:09.742 380| }
16:51:09.756 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.756 | ^
16:51:09.769 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.782 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.796 at App.vue:1:0​
16:51:09.796 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.brown.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:09.809 379| color: #ffffff !important;
16:51:09.822 380| }
16:51:09.836 381| uni-switch.brown[checked] .wx-switch-input,
16:51:09.836 | ^
16:51:09.849 382| uni-checkbox.brown[checked] .wx-checkbox-input,
16:51:09.863 383| uni-radio.brown[checked] .wx-radio-input,
16:51:09.876 at App.vue:1:0​
16:51:09.876 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.grey[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:09.889 389| color: #ffffff !important;
16:51:09.903 390| }
16:51:09.916 391| uni-switch.grey[checked] .wx-switch-input,
16:51:09.917 | ^
16:51:09.930 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:09.943 393| uni-radio.grey[checked] .wx-radio-input,
16:51:09.956 at App.vue:1:0​
16:51:09.956 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.grey[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:09.970 389| color: #ffffff !important;
16:51:09.983 390| }
16:51:09.996 391| uni-switch.grey[checked] .wx-switch-input,
16:51:09.996 | ^
16:51:10.009 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:10.023 393| uni-radio.grey[checked] .wx-radio-input,
16:51:10.036 at App.vue:1:0​
16:51:10.036 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.grey[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:10.049 389| color: #ffffff !important;
16:51:10.063 390| }
16:51:10.076 391| uni-switch.grey[checked] .wx-switch-input,
16:51:10.076 | ^
16:51:10.089 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:10.103 393| uni-radio.grey[checked] .wx-radio-input,
16:51:10.115 at App.vue:1:0​
16:51:10.116 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.grey.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:10.129 389| color: #ffffff !important;
16:51:10.142 390| }
16:51:10.155 391| uni-switch.grey[checked] .wx-switch-input,
16:51:10.156 | ^
16:51:10.169 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:10.182 393| uni-radio.grey[checked] .wx-radio-input,
16:51:10.195 at App.vue:1:0​
16:51:10.195 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.grey.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:10.208 389| color: #ffffff !important;
16:51:10.222 390| }
16:51:10.235 391| uni-switch.grey[checked] .wx-switch-input,
16:51:10.235 | ^
16:51:10.248 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:10.261 393| uni-radio.grey[checked] .wx-radio-input,
16:51:10.274 at App.vue:1:0​
16:51:10.275 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.grey.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:10.288 389| color: #ffffff !important;
16:51:10.288 390| }
16:51:10.301 391| uni-switch.grey[checked] .wx-switch-input,
16:51:10.314 | ^
16:51:10.314 392| uni-checkbox.grey[checked] .wx-checkbox-input,
16:51:10.327 393| uni-radio.grey[checked] .wx-radio-input,
16:51:10.340 at App.vue:1:0​
16:51:10.354 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.gray[checked] .wx-switch-input is not supported. nvue only support classname selector
16:51:10.354 399| color: #ffffff !important;
16:51:10.367 400| }
16:51:10.380 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.393 | ^
16:51:10.394 402| uni-checkbox.gray[checked] .wx-checkbox-input,
16:51:10.406 403| uni-radio.gray[checked] .wx-radio-input,
16:51:10.420 at App.vue:1:0​
16:51:10.433 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.gray[checked] .wx-checkbox-input is not supported. nvue only support classname selector
16:51:10.433 399| color: #ffffff !important;
16:51:10.446 400| }
16:51:10.446 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.459 | ^
16:51:10.472 402| uni-checkbox.gray[checked] .wx-checkbox-input,
16:51:10.473 403| uni-radio.gray[checked] .wx-radio-input,
16:51:10.486 at App.vue:1:0​
16:51:10.499 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.gray[checked] .wx-radio-input is not supported. nvue only support classname selector
16:51:10.512 399| color: #ffffff !important;
16:51:10.512 400| }
16:51:10.525 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.538 | ^
16:51:10.551 402| uni-checkbox.gray[checked] .wx-checkbox-input,
16:51:10.552 403| uni-radio.gray[checked] .wx-radio-input,
16:51:10.565 at App.vue:1:0​
16:51:10.578 ​[plugin:vite:nvue-css] ERROR: Selector uni-switch.gray.checked .uni-switch-input is not supported. nvue only support classname selector
16:51:10.591 399| color: #ffffff !important;
16:51:10.592 400| }
16:51:10.605 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.619 | ^
16:51:10.632 402| uni-checkbox.gray[checked] .wx-checkbox-input,
16:51:10.632 403| uni-radio.gray[checked] .wx-radio-input,
16:51:10.646 at App.vue:1:0​
16:51:10.659 ​[plugin:vite:nvue-css] ERROR: Selector uni-checkbox.gray.checked .uni-checkbox-input is not supported. nvue only support classname selector
16:51:10.672 399| color: #ffffff !important;
16:51:10.672 400| }
16:51:10.685 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.699 | ^
16:51:10.712 402| uni-checkbox.gray[checked] .wx-checkbox-input,
16:51:10.712 403| uni-radio.gray[checked] .wx-radio-input,
16:51:10.725 at App.vue:1:0​
16:51:10.738 ​[plugin:vite:nvue-css] ERROR: Selector uni-radio.gray.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:10.751 399| color: #ffffff !important;
16:51:10.751 400| }
16:51:10.764 401| uni-switch.gray[checked] .wx-switch-input,
16:51:10.777

bug描述:

项目中都是vue页面,因为要制作自定义的相机,所以新增了一个nvue页面。加入这个nvue页面之后模拟器编译项目至少需要5分钟。期间报错样式问题上万次
[plugin:vite:nvue-css] ERROR: Selector uni-radio.red.checked .uni-radio-input is not supported. nvue only support classname selector
16:51:04.764 272| border-color: #0081ff !important;

2023-06-25 17:17 负责人:无 分享
已邀请:
piaoyi_UI

piaoyi_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序

nvue文件很多样式不兼容,具体哪些不兼容看看官方文档

  • 9***@qq.com (作者)

    你是说只要写了一个nvue页面就必须把整个项目中所有样式表都改一遍么

    2023-06-25 17:34

  • 9***@qq.com (作者)

    uni_modules里面的样式也跟着报错呢

    2023-06-25 17:36

  • piaoyi_UI

    回复 9***@qq.com: 不是,就nvue文件内部

    2023-06-25 17:36

  • 9***@qq.com (作者)

    回复 piaoyi_UI: 我把nvue里面的style标签都删了,还是报这么多错误,我把注册到pages.json中的nvue页面删掉后才不报错回复 piaoyi_UI:

    2023-06-25 17:51

  • piaoyi_UI

    回复 9***@qq.com: nvue里面代码截图看看,无法盲猜

    2023-06-25 17:52

  • 9***@qq.com (作者)

    <template>  
    <view>

    </view>
    </template>

    我把多余的都删了,还是同样的错误

    2023-06-25 18:04

  • piaoyi_UI

    回复 9***@qq.com: 真奇怪啊

    2023-06-26 10:36

  • 9***@qq.com (作者)

    回复 piaoyi_UI: 我实际试了目前不影响功能,但是每次运行就会打印这一大堆,在hbudilder中清空控制台,项目启动能稍微快一点

    2023-06-27 15:05

8***@qq.com

8***@qq.com

遇到了类似的问题,现在有解决方案了吗

4***@qq.com

4***@qq.com

遇到一样的问题,请问楼主有解决方案了吗

DCloud_uniAD_HDX

DCloud_uniAD_HDX

全局样式会合并到每个nvue页面,如果不需要在全局引入的地方按条件编译引入

<style>  
/* #ifndef APP-NVUE */  
/* #endif */  
</style>

提示:nvue 已不在维护,推荐性能更好的 uni-app x https://doc.dcloud.net.cn/uni-app-x/

要回复问题请先登录注册