Skip to content

Commit

Permalink
Finish app-bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed May 29, 2023
1 parent f1bfe52 commit bb1a51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div style="position: relative;">
<div class="relative">
<va-app-bar color="danger">
<va-button
icon="home"
Expand Down Expand Up @@ -35,8 +35,7 @@
</div>

<div
class="mt-2"
style="position: relative;"
class="mt-2 relative"
>
<va-app-bar
color="info"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div style="position: relative;">
<div class="relative">
<va-app-bar>
<va-button
icon="home"
Expand Down

0 comments on commit bb1a51c

Please sign in to comment.