监听元素宽高变化 ### Installing #### Using npm: ```js npm install v-resize-rf ``` #### Using pnpm: ```js pnpm install v-resize-rf ``` ### 自定义Hooks ```js <template> <div id="resize"> 我是testBox </div> </template>
npm install v-resize-rfjs
npm install v-resize-rf
`
#### Using pnpm:
`js
pnpm install v-resize-rf
`
$3
`js
我是testBox
`
$3
`js
// main.ts
import useResize from "v-resize-rf";
const app = createApp(App);
app.use(useResize)
`
`js
我是testBox2
``