mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
fix(plugin): allow multiple loads assets (#3741)
This commit is contained in:
@@ -10,4 +10,8 @@ const count = ref(0);
|
||||
</el-button>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.el-button {
|
||||
font-size: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user