Skip to content

Commit

Permalink
remove node-sass to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Jul 4, 2022
1 parent cc681f2 commit 81e8cb2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,20 @@

## Dev-开发

环境版本:

- node: node/16.14.0
- npm: 8.3.1

依赖安装:

```bash
# 安装
yarn install
# 使用npm安装也可以
npm install

# 本地开发
yarn dev
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"postcss-pxtorem": "^4.0.1",
"prettier": "1.14.3",
"sass-loader": "^8.0.0"
"sass": "^1.53.0",
"sass-loader": "^10.1.1"
}
}
4 changes: 2 additions & 2 deletions pages/tools/image/cut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</div>
</div>

<div class="form-group">
<span class="form-label required"><b>裁剪框(回车确认)</b></span>
<div class="form-groupp">
<span class="form-label required"><b>裁剪框</b></span>
<span class="form-label required">宽(像素)</span>
<input type="number" class="form-control-sm" v-model="width" @keyup.enter="updateCropperWH"
@blur="updateCropperWH"/>
Expand Down

0 comments on commit 81e8cb2

Please sign in to comment.