tsaiwheel-vue

vue ui 框架

Usage no npm install needed!

<script type="module">
  import tsaiwheelVue from 'https://cdn.skypack.dev/tsaiwheel-vue';
</script>

README

wheel 一个 Vue UI 组件

使用本框架前需要开启border-box

    * {
            box-sizing: border-box;
    }