UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

13 lines (11 loc) 171 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ /** * Converts the value to float */ export default function (value) { return parseFloat(value) || 0 }