vue-content-loading icon indicating copy to clipboard operation
vue-content-loading copied to clipboard

Using a % for width

Open amritk opened this issue 5 years ago • 4 comments

Using a % for width throws this warning, but works fine, might want to allow the string with % in the prop validation.

[Vue warn]: Invalid prop: type check failed for prop "width". Expected Number with value NaN, got String with value "100%".

amritk avatar May 13 '19 23:05 amritk

Just made a pull request for it

https://github.com/LucasLeandro1204/vue-content-loading/pull/22

amritk avatar May 13 '19 23:05 amritk

Bump. Allowing % for width would be really useful.

karolsw3 avatar Jun 23 '19 19:06 karolsw3

I did a pull request with this.

alanssoares avatar Jul 21 '20 14:07 alanssoares

I also use %, can we merge the PR of @alanssoares ?

same31 avatar Aug 10 '20 15:08 same31