-
Hi
Thank you for this very helpful Nuxt plugin!
## Problem
My goal is to make a simple dynamic component, which resizes an image asset based on given sizes in pixels. However, I'm getting an er…
-
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues)
## 基本信息
## 现有案例
number框输入什么数就显示什么数,而不是数据较大时只能显示科学计数法
## 预期解决…
-
## Versions
- vue:2.5.17
- vue-datetime:1.0.0-beta.11
- luxon:1.21.3
### Description:
import Datetime from 'vue-datetime';
Vue.use(Datetime);
These are how I use vue-datetime.
…
-
### Besoin utilisateur
En tant qu'utilisateur, je souhaite pouvoir sélectionner un fichier usager depuis mon ordinateur pour l'importer sur rdv-insertion.
### Description
**Parcours user :**
- L'util…
-
```
import VueNativeSock from 'vue-native-websocket'
Vue.use(VueNativeSock, 'ws://localhost:3000', {store: store, format: 'json'})
```
vuex.esm.js?358c:383 [vuex] unknown mutation type: SOCKET_ONM…
-
以前一些老项目是没有eslint的,现在要统一规范,所以需要在已有的项目中添加eslint,现在的解决办法是给每个项目添加eslint.js文件
1、需要添加eslint,则要先安装eslint的npm 包
2、eslint有官方推荐的规范,也有其他公司封装好的包,也可以选择自己写rules
我的项目vue版本是2.5.2,没有使用脚手架搭建,没有选择使用airbnb或者其他…
-
### Describe the bug
1. Enable sourcemap support in Vite config:
```js
build: {
sourcemap: true,
}
```
2. Run build command in watch mode: `vite build --watch`
3. Change any contents i…
-
### Expected behavior
Expect to locate the `.styl` file from `node_modules` with `~` (which works well when bundled with Webpack)
```stylus
@import '~@my-pkg/style.styl'
```
### Actual beha…
-
### Describe the bug
The forceSelection property setted on true causes inconsistent behavior when the value is removed.
If you already had a value in the input and you want to remove it and to typ…
-
Hi :wave:
In Jinja, this is totally ok to use double quote inside an interpolation that is inside a double quoted string.
Currently, this get's reformatted like that (which is required for html,…