Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phuclh committed Jul 15, 2019
1 parent 654dc53 commit b1cade3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/js/components/DetailField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
</template>

<script>
import {currencyMixin} from "../currencyMixin";
export default {
mixins: [currencyMixin],
props: ['resource', 'resourceName', 'resourceId', 'field'],
computed: {
Expand Down

0 comments on commit b1cade3

Please sign in to comment.