legacy-js-api 将被scss被弃用

Deprecation Warning [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

Deprecation Warning [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

官方链接Sass: Breaking Change: Legacy JS API

错误原因:

使用 Dart Sass 的旧版 JS API。这个 API 已经被标记为弃用,将在 Dart Sass 2.0.0 中被移除。要解决这个问题,需要将代码迁移到现代的 JS API。

在项目中使用了 Sass,并且遇到 legacy-js-api 的警告,这通常是因为构建工具(如 Vite、Webpack 等)在底层调用了 Sass 的 JavaScript API。这种情况下,需要在构建工具的配置中进行调整,以使用现代的 Sass API

解决办法:添加scss对现代API的支持

    css: {
      preprocessorOptions: {
        scss: {
          api: 'modern-compiler', // 或者使用 'modern'
        },
      },
    },

添加之后,报错消失:

ation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 2 repetitive deprecation warnings omitted. DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/jcjg/echarts/table/report.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/jcjg/echarts/table/witnessSample.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/jcjg/echarts/table/unqualified.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/jcjg/echarts/table/c/equipment.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/common/views/cockpitScreen/style/echart.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/sh/echarts/third/materialTable.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/common/views/cockpitScreen/style/echart.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/common/views/cockpitScreen/Index/sh/echarts/third/jzqyTable.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/report.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/report.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/report.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/witnessSample.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/witnessSample.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/witnessSample.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/unqualified.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/unqualified.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/unqualified.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/c/equipment.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/c/equipment.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/c/equipment.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/report.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/witnessSample.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/unqualified.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/common/views/cockpitScreen/Index/jcjg/echarts/table/c/equipment.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/qyModules/CompanyInfoOverview/person/components/PersonChangeLog.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/concrete/components/concreteModules/qyModules/CompanyInfoOverview/person/components/PersonChangeLog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/concrete/components/concreteModules/qyModules/CompanyInfoOverview/person/components/PersonChangeLog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/concrete/components/concreteModules/qyModules/CompanyInfoOverview/person/components/PersonChangeLog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/concrete/components/concreteModules/qyModules/CompanyInfoOverview/person/components/PersonChangeLog.vue 2:9 root stylesheet WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "@/zlsk/assets/css/index"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyInfoChange.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "@/zlsk/assets/css/index"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyDetail.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeChangeCreate.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeDetail.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/views/base/companyManage/person/components/PersonFilesInfoDialog.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyInfoChange.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyInfoChange.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyInfoChange.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/css/color.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/form.scss 1:11 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeChangeCreate.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import "font"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/person/components/PersonFilesInfoDialog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "color"; │ ^^^^^^^ ╵ src/zlsk/assets/css/index.scss 2:9 @import src/concrete/views/base/companyManage/person/components/PersonFilesInfoDialog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import "form"; │ ^^^^^^ ╵ src/zlsk/assets/css/index.scss 3:9 @import src/concrete/views/base/companyManage/person/components/PersonFilesInfoDialog.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyInfoChange.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/CompanyDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/companyMsg/companyChangeComponents/AptitudeDetail.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/font/index.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/font.scss 1:9 @import src/zlsk/assets/css/index.scss 1:9 @import src/concrete/views/base/companyManage/person/components/PersonFilesInfoDialog.vue 2:9 root stylesheet WARNING: 1 repetitive deprecation warnings omitted. DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '../css/dialog.scss'; │ ^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/qgcModules/qgcComponents/VehicleTransportDetail.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/acceptance/components/CreateAndUpdate.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import "@/zlsk/assets/css/title.scss"; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/acceptance/components/CreateAndUpdateNoOption.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/acceptance/components/CreateAndUpdateNoOption.vue 3:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/qgcModules/qgcComponents/wg/Dialog.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/css/color.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/form.scss 1:11 @import src/concrete/components/concreteModules/acceptance/components/CreateAndUpdate.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/css/color.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/form.scss 1:11 @import src/concrete/components/concreteModules/qgcModules/qgcComponents/wg/Dialog.vue 2:9 root stylesheet WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. WARNING: 1 repetitive deprecation warnings omitted. DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 1 │ @import '@/zlsk/assets/css/color.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/zlsk/assets/css/form.scss 1:11 @import src/concrete/components/concreteModules/acceptance/components/CreateAndUpdateNoOption.vue 3:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/concrete/components/concreteModules/batchModules/components/wg/wgDialog.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/jcjg/views/companyManage/companyList/components/DetailPerson.vue 2:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/jcjg/views/companyManage/companyList/components/DetailEvn.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 3 │ @import '@/zlsk/assets/css/color.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/jcjg/views/companyManage/companyList/components/DetailEvn.vue 3:9 root stylesheet DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import ╷ 2 │ @import '@/zlsk/assets/css/form.scss'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/jcjg/views/companyManage/allComponents/Ability.vue 2:9 root stylesheet DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
08-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值