Skip to content

Commit

Permalink
fix(v-font): clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Apr 28, 2024
1 parent 66d721a commit 5b2bbe8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runtime/directives/vFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ export default {
},

async mounted(el, binding, scope) {
if (scope.fontActive) {
activateFonts(el, binding, scope);
return;
}
const firstFont = getFirstFont(binding.value);
if (firstFont) {
const { isCritical, runtimeConfig } = getFirstFont(binding.value);
Expand Down

0 comments on commit 5b2bbe8

Please sign in to comment.