mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
15 lines
162 B
Vue
15 lines
162 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'search-dialog',
|
|
data() {
|
|
return {
|
|
current_state: 0,
|
|
};
|
|
},
|
|
};
|
|
</script>
|