We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4fd48 commit a9ff29cCopy full SHA for a9ff29c
package.json
@@ -14,12 +14,12 @@
14
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
15
},
16
"devDependencies": {
17
- "laravel-mix": "^6.0",
+ "laravel-mix": "^6.0.43",
18
"node-sass": "^8.0.0",
19
"sass-loader": "^13.2.0",
20
"vue-loader": "^16.8.3"
21
22
"dependencies": {
23
- "vue": "^3.0.0"
+ "vue": "^3.2.36"
24
}
25
resources/js/card.js
@@ -1,5 +1,5 @@
1
/* global Nova */
2
-import Card from './components/Card';
+import Card from './components/Card.vue';
3
4
Nova.booting((app, store) => {
5
app.component('html-card', Card)
0 commit comments