This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent any protonemedia imports from generated Vue components
- Loading branch information
1 parent
f4787e4
commit 648304a
Showing
11 changed files
with
29 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
app/tests/Unit/Console/__snapshots__/BuildComponentsTest__it_builds_the_components__2.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
app/tests/Unit/Console/__snapshots__/BuildComponentsTest__it_builds_the_components__3.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
app/tests/Unit/Console/__snapshots__/BuildComponentsTest__it_builds_the_components__4.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/tests/Unit/Console/__snapshots__/BuildComponentsTest__it_builds_the_components__7.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/tests/Unit/Console/__snapshots__/BuildComponentsTest__it_builds_the_components__8.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import BladeComponent from "./BladeHelpers.js"; | ||
import GenericSpladeComponent from "./GenericSpladeComponent.vue"; | ||
import SpladeCorePlugin from "./SpladeCorePlugin.js"; | ||
|
||
export { BladeComponent, GenericSpladeComponent, SpladeCorePlugin }; | ||
export { SpladeCorePlugin }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@protonemedia/laravel-splade-core", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Splade Core: Use <script setup> and all of Vue 3's magic in your Laravel Blade.", | ||
"private": false, | ||
"author": "Pascal Baljet <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
}, | ||
"peerDependencies": { | ||
"axios": "^1.1.2", | ||
"vue": "^3.3.4" | ||
"vue": "^3.4" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^4.3.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters