feat: 融资计算器
Showing
... | ... | @@ -5,7 +5,8 @@ |
"dev": "VITE_TARGET=ALL vite ", | ||
"build": "vite build", | ||
"build:selfService": "VITE_TARGET=selfService vite build", | ||
"build:intention": "VITE_TARGET=intention vite build" | ||
"build:intention": "VITE_TARGET=intention vite build", | ||
"build:calculator": "VITE_TARGET=calculator vite build" | ||
}, | ||
"dependencies": { | ||
"@hips/plugin-vue-jssdk": "^1.1.2", | ||
... | ... |
src/components/RepayPlan.vue
0 → 100644
Please register or sign in to comment