UNPKG

vimo-dt

Version:

A Vue2.x UI Project For Mobile & HyBrid

9 lines (8 loc) 172 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cssFormat; function cssFormat(val) { return val > 0 ? val + 'px' : ''; }