项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

12 行
249 B

  1. import Vue from 'vue';
  2. import { deepEqual } from '../../util/helpers';
  3. export default Vue.extend({
  4. name: 'comparable',
  5. props: {
  6. valueComparator: {
  7. type: Function,
  8. default: deepEqual
  9. }
  10. }
  11. });
  12. //# sourceMappingURL=index.js.map