wjs0509


  • ## Project setup ``` yarn install ```

    published 0.1.0 10 months ago
  • ```shell yarn add v-resize-wjs ``` ## 2、使用 ### 2.1、 全局注册自定义指令 ```javascript import { createApp } from 'vue' import useResize from 'v-resize-wjs' const app = createApp(App) app.use(useResize) ``` ```html <template> <div class="box" v-resiz

    published 1.0.1 5 months ago
  • eslint前端配置集合

    published 1.0.5 6 months ago