Skip to content

Commit

Permalink
chore: modify words
Browse files Browse the repository at this point in the history
  • Loading branch information
ninenan committed May 3, 2022
1 parent 67ce799 commit 609823b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ app
})
.component("BaseSvg", BaseSvg)
.directive("loading", loadingDirective)
.directive("moneyFormat", moneyFormat)
.directive("money-format", moneyFormat)
.directive("no-result", noResultDirective)
.mount("#app");
2 changes: 1 addition & 1 deletion src/views/study/study-directive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<template>
<div class="study-directive">
<h1>Study Directive</h1>
<p v-moneyFormat>{{ myNumber }}</p>
<p v-money-format>{{ myNumber }}</p>
</div>
</template>
<script lang="ts">
Expand Down

0 comments on commit 609823b

Please sign in to comment.