Iniziato il SignUp
This commit is contained in:
19
src/components/views/test/pao.vue
Normal file
19
src/components/views/test/pao.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="toolbar" v-show="true">
|
||||
<q-toolbar class="toolbar">
|
||||
<button class="hide-on-drawer-visible">
|
||||
<i>menu</i>
|
||||
</button>
|
||||
<q-btn flat round dense icon="mail">
|
||||
<q-chip floating color="red">2</q-chip>
|
||||
</q-btn>
|
||||
<q-toolbar-title :padding="1">
|
||||
TestPao
|
||||
</q-toolbar-title>
|
||||
</q-toolbar>
|
||||
</div>
|
||||
</template>
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user