wip
This commit is contained in:
parent
a0f3182a0a
commit
ea2b5a5aac
6 changed files with 105 additions and 59 deletions
|
@ -7,7 +7,7 @@
|
|||
<footer data-yield="footer">
|
||||
<yield from="footer"/>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
@ -31,7 +31,7 @@ export default Vue.extend({
|
|||
},
|
||||
methods: {
|
||||
focus() {
|
||||
this.$refs.root.children[0].focus();
|
||||
(this.$refs.root as any).children[0].focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue