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
/
TcTop
/
index.ts
8 lines
(5 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
TcTop
from
"./src/tcTop"
;
TcTop
.
install
=
function
(
Vue
) {
Vue
.
directive
(
TcTop
.
name
,
TcTop
.
directive
); };
export
default
TcTop
;