trumangao-utils

常用函数封装 暂时仅支持 CommonJS 方式引入

Usage no npm install needed!

<script type="module">
  import trumangaoUtils from 'https://cdn.skypack.dev/trumangao-utils';
</script>

README

trumangao-utils

常用函数封装 暂时仅支持 CommonJS 方式引入

install

npm install trumangao-utils

use

// main.js
const $_gUtils = require("trumangao-utils");
Vue.prototype.$_gUtils = $_gUtils;