mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
add numpad sheet component
This commit is contained in:
@@ -38,6 +38,7 @@ import tokenIconFilter from './filters/tokenIcon.js';
|
||||
|
||||
import IconSelectionSheet from "./components/mobile/IconSelectionSheet.vue";
|
||||
import ColorSelectionSheet from "./components/mobile/ColorSelectionSheet.vue";
|
||||
import NumberPadSheet from "./components/mobile/NumberPadSheet.vue";
|
||||
import App from './Mobile.vue';
|
||||
|
||||
Vue.use(VueI18n);
|
||||
@@ -47,6 +48,7 @@ Vue.use(VueClipboard);
|
||||
Vue.component('PincodeInput', PincodeInput);
|
||||
Vue.component('IconSelectionSheet', IconSelectionSheet);
|
||||
Vue.component('ColorSelectionSheet', ColorSelectionSheet);
|
||||
Vue.component('NumberPadSheet', NumberPadSheet);
|
||||
Framework7.use(Framework7Vue);
|
||||
|
||||
const i18n = new VueI18n(getI18nOptions());
|
||||
|
||||
Reference in New Issue
Block a user