mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-07 16:10:56 +08:00
Initial commit
This commit is contained in:
14
frontend/src/components/Toolbar.vue
Normal file
14
frontend/src/components/Toolbar.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script></script>
|
||||
|
||||
<template>
|
||||
<div class="app-toolbar flex-box-h">
|
||||
<n-button>按钮1</n-button>
|
||||
<n-button>按钮2</n-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.app-toolbar {
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user