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

(cherry picked from commit 52102ee792)
This commit is contained in:
Quincy Qiu
2023-08-15 02:44:52 +08:00
committed by Alex Yang
parent d9cce14b1f
commit 90f3fe0e29
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>