UNPKG
tian-yan-yan
Version:
latest (0.0.1)
0.0.1
一套不算好用的组件
tian-yan-yan
/
src
/
components
/
CarPlate
/
index.js
12 lines
(8 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * 车牌号输入组件 * @author: 张文 * @date 2022-06-06 * */
import
tyCarPlate
from
"./index.vue"
; tyCarPlate.
install
=
Vue
=>
Vue
.
component
(tyCarPlate.
name
, tyCarPlate)
export
default
tyCarPlate