mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 13:06:39 +00:00
GUI code refactoring (#2051)
* refactor: update vue component filenames Signed-off-by: Pranav C <pranavxc@gmail.com> * refactor: update store and state variable names Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: variable name correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: store module name correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: variable name correction Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TextField from '@/components/project/appStore/inputs/textField'
|
||||
import Attachment from '@/components/project/appStore/inputs/attachment'
|
||||
import PasswordField from '@/components/project/appStore/inputs/passwordField'
|
||||
import TextAreaCell from '@/components/project/spreadsheet/components/editableCell/textAreaCell'
|
||||
import CheckboxField from '@/components/project/appStore/inputs/checkboxField'
|
||||
import TextField from '~/components/project/appStore/inputs/TextField'
|
||||
import Attachment from '~/components/project/appStore/inputs/Attachment'
|
||||
import PasswordField from '~/components/project/appStore/inputs/PasswordField'
|
||||
import TextAreaCell from '~/components/project/spreadsheet/components/editableCell/TextAreaCell'
|
||||
import CheckboxField from '~/components/project/appStore/inputs/CheckboxField'
|
||||
|
||||
export default {
|
||||
name: 'FormInput',
|
||||
|
||||
Reference in New Issue
Block a user