fix(plugin): allow multiple loads assets (#3741)

This commit is contained in:
Quincy Qiu
2023-08-15 02:44:52 +08:00
committed by GitHub
parent 58dae07b5f
commit 52102ee792
2 changed files with 8 additions and 3 deletions
+5 -1
View File
@@ -10,4 +10,8 @@ const count = ref(0);
</el-button>
</template>
<style scoped></style>
<style scoped>
.el-button {
font-size: 30px;
}
</style>