uiv
Version:
Bootstrap 3 components implemented by Vue.
11 lines (10 loc) • 341 B
JavaScript
export const linkProps = {
// <a> props
href: { type: String, default: undefined },
target: { type: String, default: undefined },
// <router-link> props
to: { type: null, default: undefined },
replace: { type: Boolean, default: false },
append: { type: Boolean, default: false },
exact: { type: Boolean, default: false },
};