Vue InstantSearch复选框样式

时间:2018-09-20 22:20:47

标签: vue.js vuejs2 vuetify.js instantsearch.js vue-instant-search

我正在尝试将Vuetify的复选框外观应用于Vue InstantSearch的{​​{1}}组件。我玩过import * as http from '../src/http'; import { account } from '../src/api/account'; describe('Account Credit Cards Test Suite', () => { it('should get all saved credit cards in an account', async () => { const spy = jest.spyOn(http, 'ajax'); const getAll = await account.creditCards.getAll(); expect(spy).toHaveBeenCalled(); expect(getAll).toBe(true); }); }); 有点儿,但没有成功。

Here's a CodePen with Vue InstantSearch

Here are the Vuetify checkboxes

0 个答案:

没有答案