Skip to content

Commit

Permalink
update vue files for inertia v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Butcher committed Jan 25, 2023
1 parent 15bf28e commit 60e12e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Components/Socialstream.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import {computed} from 'vue';
import {usePage} from '@inertiajs/inertia-vue3';
import {usePage} from '@inertiajs/vue3';
import BitbucketIcon from '@/Components/SocialstreamIcons/BitbucketIcon.vue';
import FacebookIcon from '@/Components/SocialstreamIcons/FacebookIcon.vue';
import GithubIcon from '@/Components/SocialstreamIcons/GithubIcon.vue';
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Pages/Auth/Login.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { Head, Link, useForm } from '@inertiajs/inertia-vue3';
import { Head, Link, useForm } from '@inertiajs/vue3';
import AuthenticationCard from '@/Components/AuthenticationCard.vue';
import AuthenticationCardLogo from '@/Components/AuthenticationCardLogo.vue';
import Checkbox from '@/Components/Checkbox.vue';
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Pages/Auth/Register.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { Head, Link, useForm } from '@inertiajs/inertia-vue3';
import { Head, Link, useForm } from '@inertiajs/vue3';
import AuthenticationCard from '@/Components/AuthenticationCard.vue';
import AuthenticationCardLogo from '@/Components/AuthenticationCardLogo.vue';
import Checkbox from '@/Components/Checkbox.vue';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { ref } from 'vue';
import { useForm, usePage } from '@inertiajs/inertia-vue3'
import { useForm, usePage } from '@inertiajs/vue3'
import ActionLink from '@/Components/ActionLink.vue';
import ActionSection from '@/Components/ActionSection.vue';
import ConnectedAccount from '@/Components/ConnectedAccount.vue';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { ref } from 'vue';
import { useForm } from '@inertiajs/inertia-vue3';
import { useForm } from '@inertiajs/vue3';
import ActionMessage from '@/Components/ActionMessage.vue';
import Button from '@/Components/PrimaryButton.vue';
import FormSection from '@/Components/FormSection.vue';
Expand Down

0 comments on commit 60e12e2

Please sign in to comment.