安装依赖
1、安装
- - ------
2、安装
- - -----------
导入
在 main.ts 中引入
- --
- -
初始化
全局初始化在 app.vue 中,局部初始化在对应组件中,方式一样。这里是全局引入。
-- ------
- -
-
- - --
- - - --
- - ---
--- -
- - - - ---
-- -- - - - - - - - -
-- -- - - - - - - -
-- -- - - - - - - - - - - - -
-- -- - - - - - - - - -
-- -- - - - - - - - - -
-- ---- -- -
- - - - - - - - - - -
- - - - - - - - - - - - -
--
-- -- - - - - - - - -
-- -- - - - - - - - -
---
------
-
---
---
使用
初始化完毕后,使用方式一样,上面是全局初始化的,所以在任意组件内,都可以按如下方式使用。
---
-- ---- ------
---
异常处理
如果有报错 Could not find a declaration file for module 'wow.js'. '/Users/mcdull/Documents/personal/xuezhifenxiang/xzfx-blog/node_modules/wow.js/dist/wow.js' implicitly has an 'any' type. Try `npm i --save-dev @types/wow.js` if it exists or add a new declaration (.d.ts) file containing `declare module 'wow.js';
在 src 目录下创建 shims-wow.d.ts,下入下面内容,并重启项目。
- - --