UNPKG
tc-directive-plus
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.1.1
0.1.0
一个基于Vue3.x较为常用的自定义指令库
tc-directive-plus
/
src
/
TcBottom
/
index.ts
8 lines
(5 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
TcBottom
from
"./src/tcBottom"
;
TcBottom
.
install
=
function
(
Vue
) {
Vue
.
directive
(
TcBottom
.
name
,
TcBottom
.
directive
); };
export
default
TcBottom
;