fix(css): 采用 deep,另一个我再考虑要不要分别解析

This commit is contained in:
BTMuli
2023-04-02 18:45:48 +08:00
parent c713a28d5b
commit 54b4d8efdb
2 changed files with 19 additions and 19 deletions

View File

@@ -44,4 +44,4 @@ onMounted(async () => {
}, 200);
});
</script>
<style lang="css" src="../assets/css/post-parser.css" scoped />
<style lang="css" scoped src="../assets/css/post-parser.css"></style>