Skip to content

Commit 64b05fd

Browse files
committed
pluginsの設定を微修正
1 parent 9794438 commit 64b05fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
4747
plugins: [
4848
{
49-
src: '@/plugins/vue-apexchart.ts',
49+
src: '@/plugins/vue-apexchart',
5050
ssr: false,
5151
},
5252
{

0 commit comments

Comments
 (0)