+
+
马士兵严选
-
-
+
count:{{ count }}, double count:{{ doubleCount }}
-
add
-
clear
+
增加
+
清除
+
+
@@ -24,4 +26,8 @@
};
-
+
diff --git a/vite.config.ts b/vite.config.ts
index 9723510..fd46536 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -75,5 +75,12 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
targets: ['defaults', 'not IE 11'],
}),
],
+ css: {
+ preprocessorOptions: {
+ less: {
+ javascriptEnabled: true,
+ },
+ },
+ },
};
};