UNPKG
vue-uiv
Version:
latest (0.21.5)
0.21.5
0.21.4
Bootstrap 3 components implemented by Vue 2.
github.com/wxsms/uiv
wxsms/uiv
vue-uiv
/
src
/
mixins
/
linkMixin.js
22 lines
(21 loc)
•
318 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export
default
{
props:
{
//
<a>
props
href:
String
,
target:
String
,
//
<router-link>
props
to:
null
,
replace:
{
type:
Boolean
,
default:
false
},
append:
{
type:
Boolean
,
default:
false
},
exact:
{
type:
Boolean
,
default:
false
} } }