-
```
------------------------------
- Operating System: `Darwin`
- Node Version: `v14.18.1`
- Nuxt Version: `2.16.0-27264976.293dc11a`
- Package Manager: `yarn@1.22.15`
- Bundler: …
-
I need to have our US Dollars formatted like this `$8.00` which works great, but for Canadian, we need them formatted like this `$8.00 CAD` but are not finding an easy way to accomplish this with this…
-
## What is the motivation for adding / enhancing this feature?
core/filters/price.js line: 35
why dont we leverage the function toLocaleString more?
`const options = { style: 'currency', currency:…
-
OT: Thanks for this great vue component!
When using vue-numeric as currency input on iOS iPhone, the keyboard offered by iOS is suited for the 'tel' html input type, which is just numbers. Comma/Do…
-
Be able to add subitems to an item and modify packaging for reducing stocks.
Adding Subitems UI Modal:
- [x] Dialog Window
- [x] Cancel, Submit and Reset Buttons
- [x] Maximum Quantity Count
- …
-
#### 安装,升级,卸载
>卸载 npm uninstall -g vue-cli
>推荐直接删除系统目录node_modules/vue-cli
>安装 npm install -g @vue/cli
>vue create my-project
>cd my-project
>npm run serve
>空格选择取消,回车确定
>或者 npx -p vue-cl…
-
### vue & vue-i18n version
vue@2.6.11
vue-i18n@8.18.1
nuxt-i18n@6.12.2
### Steps to reproduce
- Create a key with a placeholder in it.
- Wrap brackets around the placeholder with no space …
-
- show mask placeholder on focus
- `YYYY-mm-dd` date with custom `format` and `parse` options
- try to mask `contenteditable`
- replace `8` to `+7` for phonenumber
-
I use vue-isotope with Nuxt JS in a component. The data from my loop inside the vue-isotope component is computed by asyncData provided in my root page.
My problem appears when I reload the page "F…
-
## The dependency [vue-i18n](https://github.com/kazupon/vue-i18n) was updated from `8.10.0` to `8.11.0`.
🚨 [View failing branch](https://github.com/likecoin/puttyimages-web/compare/master...likecoin…