mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
remove mixin
This commit is contained in:
parent
53d3a58019
commit
e2333e14e0
2 changed files with 6 additions and 11 deletions
|
|
@ -1,10 +1,13 @@
|
|||
<style lang="scss" src="./mdLayout.scss"></style>
|
||||
|
||||
<script>
|
||||
import tag from './tag';
|
||||
|
||||
export default {
|
||||
mixins: [tag],
|
||||
props: {
|
||||
mdTag: {
|
||||
type: String,
|
||||
default: 'div'
|
||||
}
|
||||
},
|
||||
render(createElement) {
|
||||
return createElement(this.mdTag, {
|
||||
staticClass: 'md-layout',
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
export default {
|
||||
props: {
|
||||
mdTag: {
|
||||
type: String,
|
||||
default: 'div'
|
||||
}
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue