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