mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-06 23:52:52 +08:00
15 lines
247 B
Vue
15 lines
247 B
Vue
<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>
|